"Infix" --> "Prefix" in comment

This commit is contained in:
Daniel Steinberg 2015-06-10 13:23:49 -04:00
parent 169b738671
commit a80a1543ed

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 = [
[