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