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