hsdev-0.1.8.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

minimalDecl :: Lens' Declaration Declaration Source

Minimal declaration info without defined, docs and position

inspection :: forall i t a. Lens' (Inspected i t a) Inspection Source

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

inspectionTags :: forall i t a t. Lens (Inspected i t a) (Inspected i t a) (Set t) (Set t) Source

inspectionResult :: forall i t a a. Lens (Inspected i t a) (Inspected i t a) (Either HsDevError a) (Either HsDevError a) Source

noTags :: Ord t => Set t Source

Empty tags