hsdev-0.1.6.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Tools.Ghc.Types

Synopsis

Documentation

fileTypes :: [String] -> Cabal -> Module -> Maybe String -> ExceptT String Ghc [Note TypedExpr] Source

Get all types in module

setModuleTypes :: [Note TypedExpr] -> Module -> Module Source

Set types to module

inferTypes :: [String] -> Cabal -> Module -> Maybe String -> ExceptT String Ghc Module Source

Infer types in module