| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HsInspect.LSP.HsInspect
Documentation
Instances
| Eq Import Source # | |
| Show Import Source # | |
| Generic Import Source # | |
| FromJSON Import Source # | |
| type Rep Import Source # | |
Defined in HsInspect.LSP.HsInspect type Rep Import = D1 (MetaData "Import" "HsInspect.LSP.HsInspect" "hsinspect-lsp-0.0.1-BWVZ6a0tUqa99mlAtaBFEQ" False) (C1 (MetaCons "Import" PrefixI True) (S1 (MetaSel (Just "_local") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_qual") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_full") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) | |
Constructors
| Package | |
Instances
| Eq Package Source # | |
| Show Package Source # | |
| Generic Package Source # | |
| FromJSON Package Source # | |
| type Rep Package Source # | |
Defined in HsInspect.LSP.HsInspect type Rep Package = D1 (MetaData "Package" "HsInspect.LSP.HsInspect" "hsinspect-lsp-0.0.1-BWVZ6a0tUqa99mlAtaBFEQ" False) (C1 (MetaCons "Package" PrefixI True) ((S1 (MetaSel (Just "_srcid") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_inplace") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_modules") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Module])) :*: S1 (MetaSel (Just "_haddocks") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [FilePath]))))) | |
Instances
| Eq Module Source # | |
| Show Module Source # | |
| Generic Module Source # | |
| FromJSON Module Source # | |
| type Rep Module Source # | |
Defined in HsInspect.LSP.HsInspect type Rep Module = D1 (MetaData "Module" "HsInspect.LSP.HsInspect" "hsinspect-lsp-0.0.1-BWVZ6a0tUqa99mlAtaBFEQ" False) (C1 (MetaCons "Module" PrefixI True) (S1 (MetaSel (Just "_module") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "_ids") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Entry])))) | |
Instances
Instances
| Eq Exported Source # | |
| Show Exported Source # | |
| Generic Exported Source # | |
| FromJSON Exported Source # | |
| type Rep Exported Source # | |
Defined in HsInspect.LSP.HsInspect type Rep Exported = D1 (MetaData "Exported" "HsInspect.LSP.HsInspect" "hsinspect-lsp-0.0.1-BWVZ6a0tUqa99mlAtaBFEQ" False) (C1 (MetaCons "Exported" PrefixI True) (S1 (MetaSel (Just "_srcid") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_module") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) | |