idris
Util.Pretty
module Text.PrettyPrint.HughesPJ
class Sized a whereSource
Methods
size :: a -> IntSource
Instances
breakingSize :: IntSource
nestingSize :: IntSource
class Pretty a whereSource
pretty :: a -> DocSource