Merge pull request #67 from dstein64/master

"Infix" --> "Prefix" in comment
This commit is contained in:
Stephen Diehl 2015-06-10 15:51:42 -07:00
commit 9c57331bc1

View File

@ -47,7 +47,7 @@ prefixOp :: String -> (a -> a) -> Ex.Operator String () Identity a
prefixOp s f = Ex.Prefix (reservedOp s >> return f)
-- Infix operators
-- Prefix operators
table :: Ex.OperatorTable String () Identity Expr
table = [
[