From 8e799548618318c37760a2e915eb994745574748 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 2 Oct 2009 13:25:12 +0000 Subject: Implicit arguments in GF. Works only in PGF for now. --- src/PGF/Expr.hs-boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PGF/Expr.hs-boot') 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 -- cgit v1.2.3