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