hsdev-0.1.5.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.
HsDev.Tools.Ghc.Types
data TypedExpr Source
Constructors
Fields
Instances
typedExpr :: Lens' TypedExpr String Source
typedType :: Lens' TypedExpr String Source
moduleTypes :: GhcMonad m => FilePath -> m [(SrcSpan, Type)] Source
fileTypes :: [String] -> Cabal -> Module -> Maybe String -> ExceptT String Ghc [Note TypedExpr] Source