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