mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
fixing number of interrogatives in English Structural
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user