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

Safe HaskellNone
LanguageHaskell98

HsDev.Symbols.Types

Synopsis

Documentation

moduleContents :: Module -> [String] Source

Module contents

minimalDecl :: Lens' Declaration Declaration Source

Minimal declaration info without defined, docs and position

inspectedId :: forall i a i. Lens (Inspected i a) (Inspected i a) i i Source