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