ref: ba1476058afaffc3f24ca8fbde11234def04d1bf dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;