summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/Macros.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/GFCC/Macros.hs')
-rw-r--r--src/GF/GFCC/Macros.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GF/GFCC/Macros.hs b/src/GF/GFCC/Macros.hs
index a23c4c021..2fe6770f1 100644
--- a/src/GF/GFCC/Macros.hs
+++ b/src/GF/GFCC/Macros.hs
@@ -53,7 +53,10 @@ wildCId :: CId
wildCId = CId "_"
exp0 :: Exp
-exp0 = Tr (AM 0) []
+exp0 = tree (AM 0) []
+
+primNotion :: Exp
+primNotion = EEq []
term0 :: CId -> Term
term0 _ = TM