michaelt / streaming

An optimized general monad transformer for streaming applications, with a simple prelude of functions
BSD 3-Clause "New" or "Revised" License
103 stars 11 forks source link

Deprecate mapsExposed and mapsMExposed #40

Open treeowl opened 7 years ago

treeowl commented 7 years ago

I don't believe that either mapsExposed or mapsMExposed actually exposes anything it shouldn't. Whereas hoist must be passed a monad morphism to get sensible results, I'm pretty sure these functions will work with arbitrary natural transformations.

andrewthad commented 7 years ago

This is no longer the official repo for streaming. Please continue discussion of this issue here.