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