store the total number of PMCFG categories in the PGF file

This commit is contained in:
krasimir
2008-10-15 07:47:57 +00:00
parent 57ee52103d
commit 5f33e0bda9
5 changed files with 7 additions and 7 deletions

View File

@@ -134,6 +134,7 @@ data ParserInfo
, sequences :: Array SeqId FSeq
, productions :: IntMap.IntMap (Set.Set Production)
, startCats :: Map.Map CId [FCat]
, totalCats :: {-# UNPACK #-} !FCat
}