DEV Community

Discussion on: Getting started with fp-ts: Functor

Collapse
 
pradeepdas profile image
pradeepdas

Taking the concrete problem of two generic functions f: (a: A) => B and g: (c: C) => D

Can you show how a Response Functor solves the composition when B != C