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