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