pretty-simple-2.2.0.1: pretty printer for data types with a 'Show' instance.

Copyright(c) Dennis Gosnell 2016
LicenseBSD-style (see LICENSE file)
Maintainercdep.illabout@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Text.Pretty.Simple.Internal.ExprParser

Description

 

Documentation

testString1 :: String Source #

testString2 :: String Source #

expressionParse :: String -> [Expr] Source #

parseExpr :: String -> (Expr, String) Source #

parseExprs :: String -> ([Expr], String) Source #

parseCSep :: Char -> String -> ([[Expr]], String) Source #

parseStringLit :: String -> (String, String) Source #

parseOther :: String -> (String, String) Source #