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