lexi-lambda / freer-simple

A friendly effect system for Haskell
https://hackage.haskell.org/package/freer-simple
BSD 3-Clause "New" or "Revised" License
227 stars 19 forks source link

Documentation: fixes an incorrect parameter reference #19

Closed mdimjasevic closed 5 years ago

mdimjasevic commented 5 years ago

In the documentation for the Control.Monad.Freer.Internal module, this patch fixes an incorrect type parameter reference from "eff" to "effs".

lexi-lambda commented 5 years ago

Thanks!