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

Safe HaskellNone
LanguageHaskell98

HsDev.Tools.GhcMod.InferType

Synopsis

Documentation

untyped :: DeclarationInfo -> Bool Source

Is declaration untyped

inferType :: [String] -> PackageDbStack -> FilePath -> Declaration -> GhcModT IO Declaration Source

Infer type of declaration

inferTypes :: [String] -> PackageDbStack -> Module -> GhcModT IO Module Source

Infer types for module

type GhcModT m = GmT (GmOutT m)

infer :: [String] -> PackageDbStack -> Module -> ExceptT String IO Module Source

Infer type in module