ghc-mod-5.6.0.0: Happy Haskell Programming

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.GhcMod.SrcUtils

Contents

Synopsis

Documentation

type CstGenQS = Map Var Type Source #

Stores mapping from monomorphic to polymorphic types

type CstGenQT a = forall m. GhcMonad m => a Id -> CstGenQS -> (m [(SrcSpan, Type)], CstGenQS) Source #

Generic type to simplify SYB definition

listifyStaged :: Typeable r => Stage -> (r -> Bool) -> GenericQ [r] Source #

Orphan instances