summaryrefslogtreecommitdiff
path: root/src/GF/Canon/AbsGFC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Canon/AbsGFC.hs')
-rw-r--r--src/GF/Canon/AbsGFC.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GF/Canon/AbsGFC.hs b/src/GF/Canon/AbsGFC.hs
index 2ac08ac4a..78f237d38 100644
--- a/src/GF/Canon/AbsGFC.hs
+++ b/src/GF/Canon/AbsGFC.hs
@@ -104,6 +104,7 @@ data CType =
| Table CType CType
| Cn CIdent
| TStr
+ | TInts Integer
deriving (Eq,Ord,Show)
data Labelling =
@@ -121,6 +122,7 @@ data Term =
| S Term Term
| C Term Term
| FV [Term]
+ | EInt Integer
| K Tokn
| E
deriving (Eq,Ord,Show)
@@ -157,6 +159,7 @@ data Patt =
| PV Ident
| PW
| PR [PattAssign]
+ | PI Integer
deriving (Eq,Ord,Show)
data PattAssign =