Closed ajnsit closed 6 years ago
Equivalent to join . liftF. Similar to the corresponding function in Haskell - http://hackage.haskell.org/package/free-5.0.1/docs/Control-Monad-Free.html#v:wrap.
join . liftF
Thanks!
Equivalent to
join . liftF
. Similar to the corresponding function in Haskell - http://hackage.haskell.org/package/free-5.0.1/docs/Control-Monad-Free.html#v:wrap.