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