uvm-plaid / uvmhs

2 stars 5 forks source link

Documentation: Monad Transformers #4

Open Isweet opened 2 years ago

Isweet commented 2 years ago

The project should document how to use the various monad transformers, and associated combinators.

Emphasis should be placed on ways in which transformers differ from popular packages like mtl. For example, no Traversable means that certain patterns are different.