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