You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In book P198, I learned how to lift a function into Validation by calling Valid(PhoneNumber.Create).
But it didn't work in my exercise. Valid is only used for data type T, not a function. Can someone help me out? Thanks.