cartazio / strict-identity

strict identity monad, handy for writing high performance strict code sanely
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Module name inconsistency #1

Open kvanbere opened 10 years ago

kvanbere commented 10 years ago

This package uses the module name Control.Monad.StrictIdentity, when it would probably be better to use Control.Monad.Identity.Strict because mtl uses this convention for strict versions of monads (i.e. Control.Monad.State.Strict).

See http://hackage.haskell.org/package/mtl-1.1.0.2