DEV Community

Discussion on: Getting started with fp-ts: Either vs Validation

Collapse
 
ashiltendonu profile image
Aşil Tendonu

Thats gr8 !
function lift(check: (a: A) => Either): (a: A) => Either, A> {