Contents
Index
Pretty.Pretty
Portability
portable
Stability
medium
Maintainer
egallego@babel.ls.fi.upm.es
Description
Last modified: 01 Oct 2004, 17:57
Pretty class
Synopsis
data
Level
=
Low
|
High
class
Pretty
a
where
pretty
::
Level
-> a -> String
Documentation
data
Level
Constructors
Low
High
class
Pretty
a
where
We have a pretty class because we want show for debugging.
Methods
pretty
::
Level
-> a
-> String
Returns a pretty print representation.
Instances
Pretty
Ralog
Pretty
Ralog
Pretty
Relational
Show a =>
Pretty
(
Module
Predicate
(
Clause
a))
Pretty
(
Module
Predicate
Ralog
)
Pretty
(
Module
Predicate
Relational
)
Produced by
Haddock
version 0.8