From beb8cad7d868b5ef1eb74d8f0d50cb689db613ab Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 20 Jun 2009 13:50:34 +0000 Subject: the construct lin C t now replaces lock fields (in source code; still tempor used internally); lock fields removed from english resource as an example --- src/GF/Grammar/Macros.hs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/GF/Grammar/Macros.hs') diff --git a/src/GF/Grammar/Macros.hs b/src/GF/Grammar/Macros.hs index 2c0761f00..c7a9cfa73 100644 --- a/src/GF/Grammar/Macros.hs +++ b/src/GF/Grammar/Macros.hs @@ -634,6 +634,14 @@ composOp co trm = do ty' <- co ty return (EPattType ty') + ELincat c ty -> + do ty' <- co ty + return (ELincat c ty') + + ELin c ty -> + do ty' <- co ty + return (ELin c ty') + _ -> return trm -- covers K, Vr, Cn, Sort, EPatt getTableType :: TInfo -> Err Type -- cgit v1.2.3