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