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