functional-csharp-code icon indicating copy to clipboard operation
functional-csharp-code copied to clipboard

How to lift a function into Validation

Open yj320696 opened this issue 5 years ago • 0 comments

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.

yj320696 avatar Jan 02 '20 23:01 yj320696