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