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