Agda-2.4.2.1: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell98

Agda.Syntax.Abstract.Pretty

Synopsis

Documentation

showA :: (Show c, ToConcrete a c) => a -> TCM String Source

prettyA :: (Pretty c, ToConcrete a c) => a -> TCM Doc Source

prettyAs :: (Pretty c, ToConcrete a [c]) => a -> TCM Doc Source

showATop :: (Show c, ToConcrete a c) => a -> TCM String Source

Variant of showA which does not insert outermost parentheses.

prettyATop :: (Pretty c, ToConcrete a c) => a -> TCM Doc Source

Variant of prettyA which does not insert outermost parentheses.