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