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, 2 insertions, 1 deletions
diff --git a/src/GF/Canon/AbsGFC.hs b/src/GF/Canon/AbsGFC.hs
index 0b8618877..170159240 100644
--- a/src/GF/Canon/AbsGFC.hs
+++ b/src/GF/Canon/AbsGFC.hs
@@ -5,6 +5,7 @@ import GF.Infra.Ident --H
-- Haskell module generated by the BNF converter, except --H
-- newtype Ident = Ident String deriving (Eq,Ord,Show) --H
+
data Canon =
MGr [Ident] Ident [Module]
| Gr [Module]
@@ -121,7 +122,7 @@ data Labelling =
data Term =
Arg ArgVar
| I CIdent
- | Con CIdent [Term]
+ | Par CIdent [Term]
| LI Ident
| R [Assign]
| P Term Label