You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`mapsExposed` was just a copy of `maps`, and `mapsMExposed` was just
a copy of `mapsM`. As far as I can tell, neither of them does anything
that exposes the abstraction, so there's no point in having these
scarily-named versions.
Fixesmichaelt#7
This is a very cool library! I like how general it is.
The definition of
Proxy
frompipes
isIt seems like you can replicate this in
streaming
byStream (Proxy a' a b' b) m r
where(a different
Proxy
, of course). Any interest in adding something like this? I'm not going to use it now but I thought it was worth recording .The text was updated successfully, but these errors were encountered: