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