| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.LSP.CodeLens
Synopsis
- data TypeSigInsertion = TypeSigInsertion {
- range :: Range
- typeSignature :: Text
- fileUri :: Uri
- codeLensHandler :: TRequestMessage 'Method_TextDocumentCodeLens -> (Either ResponseError ([CodeLens] |? Null) -> Lsp ()) -> Lsp ()
Documentation
data TypeSigInsertion Source #
Constructors
| TypeSigInsertion | |
Fields
| |
Instances
| FromJSON TypeSigInsertion Source # | |
Defined in Unison.LSP.CodeLens Methods parseJSON :: Value -> Parser TypeSigInsertion # parseJSONList :: Value -> Parser [TypeSigInsertion] # | |
| ToJSON TypeSigInsertion Source # | |
Defined in Unison.LSP.CodeLens Methods toJSON :: TypeSigInsertion -> Value # toEncoding :: TypeSigInsertion -> Encoding # toJSONList :: [TypeSigInsertion] -> Value # toEncodingList :: [TypeSigInsertion] -> Encoding # | |