ekmett / machines

Networks of composable stream transducers
Other
340 stars 46 forks source link

Categorical documentation #58

Open treeowl opened 9 years ago

treeowl commented 9 years ago

It might be nice to mention in Data.Machine.Process that for any monad m, ProcessT m forms a category with identity echo and composition <~. It might even make sense to offer a newtype wrapper to get the Category instance.