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