purescript-0.12.0: PureScript Programming Language Compiler
Language.PureScript.Pretty.Values
Description
Pretty printer for values
Synopsis
prettyPrintValue :: Int -> Expr -> Box Source #
Pretty-print an expression
prettyPrintBinder :: Binder -> Text Source #
Generate a pretty-printed string representing a Binder
prettyPrintBinderAtom :: Binder -> Text Source #