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