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