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