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