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