Implementations of various lambda calculus based systems.Source codeContentsIndex
Untyped.Pretty
Stabilityexperimental
Maintainerthanos@sians.org
Contents
Pretty-printers
Description
Pretty-printers for the untyped system.
Synopsis
prettyTerm :: Term -> String
prettyC :: String -> Pretty Computation
Pretty-printers
prettyTerm :: Term -> StringSource
Pretty-print a Term.
prettyC :: String -> Pretty ComputationSource
Given a separator string, creates a Computation pretty-printer.
Produced by Haddock version 2.4.2