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

Safe HaskellNone

Agda.Compiler.MAlonzo.Pretty

Synopsis

Documentation

prettyPrint :: (Pretty a, TransformBi ModuleName (Wrap a)) => a -> StringSource

Encodes module names just before pretty-printing.

newtype Wrap a Source

A wrapper type used to avoid orphan instances.

Constructors

Wrap 

Fields

unwrap :: a