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