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