summaryrefslogtreecommitdiff
path: root/src/GF/Source/AbsGF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Source/AbsGF.hs')
-rw-r--r--src/GF/Source/AbsGF.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Source/AbsGF.hs b/src/GF/Source/AbsGF.hs
index 503a0ac97..1ffba4267 100644
--- a/src/GF/Source/AbsGF.hs
+++ b/src/GF/Source/AbsGF.hs
@@ -224,6 +224,7 @@ data Patt =
| PSeq Patt Patt
| PRep Patt
| PAs Ident Patt
+ | PNeg Patt
deriving (Eq,Ord,Show)
data PattAss =