funfix icon indicating copy to clipboard operation
funfix copied to clipboard

Is Validated/Validation out of scope for funfix-core

Open DavidDudson opened this issue 7 years ago • 1 comments

Just ran into the need for a validated type. I'm considering creating a PR for this.

Questions I have:

  1. Is it beyond the scope of funfix-core?
  2. Should we use scalaz (Validation) or cats (Validated) as a base?

DavidDudson avatar Jan 23 '19 03:01 DavidDudson

@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

sledorze avatar Feb 07 '19 11:02 sledorze