From 41b263cf6aa38e7c6ef090c0fa18949b86eec62c Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 22 May 2009 18:54:51 +0000 Subject: some work on evaluation with abstract expressions in PGF --- src/GF/Compile/TC.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/GF/Compile/TC.hs') diff --git a/src/GF/Compile/TC.hs b/src/GF/Compile/TC.hs index a56c3b86d..fabe7e2a1 100644 --- a/src/GF/Compile/TC.hs +++ b/src/GF/Compile/TC.hs @@ -236,7 +236,6 @@ checkBranch th tenv b@(ps,t) ty = errIn ("branch" +++ show b) $ ps2ts k = foldr p2t ([],0,[],k) p2t p (ps,i,g,k) = case p of PW -> (Meta (MetaSymb i) : ps, i+1,g,k) - PV IW -> (Meta (MetaSymb i) : ps, i+1,g,k) PV x -> (Vr x : ps, i, upd x k g,k+1) PString s -> (K s : ps, i, g, k) PInt n -> (EInt n : ps, i, g, k) -- cgit v1.2.3