j
k
j a
j l
...data List t e = Cons e (List t e) | Null t I think this is isomorphic to Producer e Identity r
data List t e = Cons e (List t e) | Null t
I think this is isomorphic to
Producer e Identity r
Interesting. It does appear to be very similar. Except that the Monad/Functor variable is 'r' not 'e' Silvio
Back to the thread
Back to the list