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