summaryrefslogtreecommitdiff
path: root/src/PGF/Data.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/PGF/Data.hs')
-rw-r--r--src/PGF/Data.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PGF/Data.hs b/src/PGF/Data.hs
index 224059ed6..f50a49c31 100644
--- a/src/PGF/Data.hs
+++ b/src/PGF/Data.hs
@@ -134,6 +134,7 @@ data ParserInfo
, sequences :: Array SeqId FSeq
, productions :: IntMap.IntMap (Set.Set Production)
, startCats :: Map.Map CId [FCat]
+ , totalCats :: {-# UNPACK #-} !FCat
}