Language.EO.Phi.Syntax
module Language.EO.Phi.Syntax.Abs
printTree :: Print a => a -> String Source #
Like printTree, but without spaces around dots and no indentation for curly braces.
printTree
shrinkDots :: String -> String Source #
Remove spaces around dots.
>>> shrinkDots "a ↦ ξ . a" == "a ↦ ξ.a" True
>>>
shrinkDots "a ↦ ξ . a" == "a ↦ ξ.a"