Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- sanityCheck :: (HasRenames s, MonadState s m) => [Declaration a] -> m ()
- sanityCheckLexer :: (HasLexerState s, MonadState s m) => [Declaration a] -> m ()
- maxUniqueDeclaration :: Declaration a -> Int
Documentation
sanityCheck :: (HasRenames s, MonadState s m) => [Declaration a] -> m () Source #
Sanity check for the renamer.
sanityCheckLexer :: (HasLexerState s, MonadState s m) => [Declaration a] -> m () Source #
maxUniqueDeclaration :: Declaration a -> Int Source #
I exported this so I could benchmark it