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