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