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