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

Render.Interaction

Orphan instances

Render c => Render (IPBoundary' c) Source #

IPBoundary'

Instance details

Methods

render :: IPBoundary' c -> Inlines Source #

renderPrec :: Int -> IPBoundary' c -> Inlines Source #

(Render a, Render b) => Render (OutputConstraint a b) Source #

OutputConstraint

Instance details

Methods

render :: OutputConstraint a b -> Inlines Source #

renderPrec :: Int -> OutputConstraint a b -> Inlines Source #

(Render a, Render b) => Render (OutputForm a b) Source #

OutputForm

Instance details

Methods

render :: OutputForm a b -> Inlines Source #

renderPrec :: Int -> OutputForm a b -> Inlines Source #