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