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