summaryrefslogtreecommitdiff
path: root/src/PGF/Expr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/PGF/Expr.hs-boot')
-rw-r--r--src/PGF/Expr.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PGF/Expr.hs-boot b/src/PGF/Expr.hs-boot
index 075f7f44b..34a62a410 100644
--- a/src/PGF/Expr.hs-boot
+++ b/src/PGF/Expr.hs-boot
@@ -18,8 +18,8 @@ instance Ord BindType
instance Show BindType
-pFactor :: RP.ReadP Expr
-pBinds :: RP.ReadP [(BindType,CId)]
+pArg :: RP.ReadP Expr
+pBinds :: RP.ReadP [(BindType,CId)]
ppExpr :: Int -> [CId] -> Expr -> PP.Doc