Idris2Doc : Language.LSP.Message.Trace

Language.LSP.Message.Trace

(source)

Definitions

dataTrace : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#traceValue

Totality: total
Visibility: public export
Constructors:
TraceOff : Trace
TraceMessages : Trace
TraceVerbose : Trace

Hints:
FromJSONTrace
ToJSONTrace
recordSetTraceParams : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#setTrace

Totality: total
Visibility: public export
Constructor: 
MkSetTraceParams : Trace->SetTraceParams

Projection: 
.value : SetTraceParams->Trace

Hints:
FromJSONSetTraceParams
ToJSONSetTraceParams
.value : SetTraceParams->Trace
Totality: total
Visibility: public export
value : SetTraceParams->Trace
Totality: total
Visibility: public export
recordLogTraceParams : Type
  Refer to https://microsoft.github.io/language-server-protocol/specification.html#logTrace

Totality: total
Visibility: public export
Constructor: 
MkLogTraceParams : String->MaybeString->LogTraceParams

Projections:
.message : LogTraceParams->String
.verbose : LogTraceParams->MaybeString

Hints:
FromJSONLogTraceParams
ToJSONLogTraceParams
.message : LogTraceParams->String
Totality: total
Visibility: public export
message : LogTraceParams->String
Totality: total
Visibility: public export
.verbose : LogTraceParams->MaybeString
Totality: total
Visibility: public export
verbose : LogTraceParams->MaybeString
Totality: total
Visibility: public export