pimbrouwers / Validus

An extensible F# validation library.
Apache License 2.0
144 stars 10 forks source link

Introduced Validator type for simplified functions declaration #9

Closed xperiandri closed 2 years ago

xperiandri commented 2 years ago

Also updated NuGet packages

pimbrouwers commented 2 years ago

What's up Andrii!! So nice to see all of this work.

Interestingly this project originally had the exact type you've created. Eventually I removed it because the tooling has trouble unfurling the inner definition when it's indirectly applied like it is here.

xperiandri commented 2 years ago

Do you have an example?

xperiandri commented 2 years ago

See what I did (draft, not completed)

pimbrouwers commented 2 years ago

Do you have an example?

Beyond the link I provided, you could checkout an early early version of the nuget package and witness how it behaves in VS Code/Rider.

pimbrouwers commented 2 years ago

Being added to v4! Which is unfortunately, due to my error, currently in the main branch.