ref: ecff997d01c7a7c5c74a08fda15dc2fedcc8a0af dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;