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