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