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