| Copyright | Satoshi Egi |
|---|---|
| License | MIT |
| Safe Haskell | None |
| Language | Haskell98 |
Language.Egison.Pretty
Contents
Description
This module contains pretty printing for Egison syntax
Documentation
prettyTopExprs :: [EgisonTopExpr] -> Doc [EgisonTopExpr] Source #
class PrettyS a where Source #
Instances
showTSV :: EgisonValue -> String Source #