hsdev-0.1.5.1: 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

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