funfix
funfix copied to clipboard
Is Validated/Validation out of scope for funfix-core
Just ran into the need for a validated type. I'm considering creating a PR for this.
Questions I have:
- Is it beyond the scope of funfix-core?
- Should we use scalaz (Validation) or cats (Validated) as a base?
@DavidDudson The project does not seems very active - not sure about its future (I hope it will remain active as I'm using it).
In case you badly need to progress, you may look at https://github.com/gcanti/fp-ts which shares the same HKT encoding.
Here's its Validation module: https://github.com/gcanti/fp-ts/blob/master/src/Validation.ts