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