kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
562 stars 48 forks source link

Check for Monad constraints in Monad* typeclasses #427

Open chshersh opened 3 years ago

chshersh commented 3 years ago

If you define a typeclass like MonadBlah, it should have Monad in its context:

class Monad m => MonadBlah m where