fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Switch to list-transformer library & remove MonadWalk #592

Closed matheus23 closed 2 years ago

matheus23 commented 2 years ago

MonadWalk is superseded by Alternative. The list-t library doesn't have the select function that list-transformer has and both libraries export exactly isomorphic ListT types.