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