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