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