agda-language-server-0.2.6.3.0: An implementation of language server protocal (LSP) for Agda 2.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Agda.Convert

Synopsis

Documentation

showInfoError :: Info_Error -> TCM String Source #

Serializing Info_Error

prettyResponseContexts Source #

Arguments

:: InteractionId

Context of this meta-variable.

-> Bool

Print the elements in reverse order?

-> [ResponseContextEntry] 
-> TCM Doc 

Pretty-prints the context of the given meta-variable.

prettyResponseContext Source #

Arguments

:: InteractionId

Context of this meta-variable.

-> ResponseContextEntry 
-> TCM [(String, Doc)] 

Pretty-prints the context of the given meta-variable.

renderResponseContext Source #

Arguments

:: InteractionId

Context of this meta-variable.

-> ResponseContextEntry 
-> TCM [Block] 

Render the context of the given meta-variable.

prettyTypeOfMeta :: Rewrite -> InteractionId -> TCM (Inlines, String) Source #

Pretty-prints the type of the meta-variable.

prettyTimed :: CPUTime -> Doc Source #

Prefix prettified CPUTime with "Time:"