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