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