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.Tools.Types

Synopsis

Documentation

data Note a Source

Note over some region

noteRegion :: forall a. Lens' (Note a) Region Source

note :: forall a a. Lens (Note a) (Note a) a a Source