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