From 2505bfc892ed4b2c7f5444be0c8295de121f84b0 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 29 May 2008 16:16:19 +0000 Subject: fixing number of interrogatives in English Structural --- src/GF/Grammar/Macros.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/GF/Grammar/Macros.hs') diff --git a/src/GF/Grammar/Macros.hs b/src/GF/Grammar/Macros.hs index 7a48e7c3a..58c449901 100644 --- a/src/GF/Grammar/Macros.hs +++ b/src/GF/Grammar/Macros.hs @@ -307,6 +307,9 @@ isTypeInts ty = case ty of constPredefRes :: String -> Term constPredefRes s = Q (IC "Predef") (zIdent s) +constPredefAbs :: String -> Term +constPredefAbs s = Q (IC "Predef") (zIdent s) + isPredefConstant :: Term -> Bool isPredefConstant t = case t of Q (IC "Predef") _ -> True -- cgit v1.2.3