From 57ee52103dcccbcda75b895ea399e230e18d0a92 Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 14 Oct 2008 15:29:50 +0000 Subject: literal categories in the incremental parser --- src/PGF/Data.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PGF/Data.hs') diff --git a/src/PGF/Data.hs b/src/PGF/Data.hs index 8fe7882de..224059ed6 100644 --- a/src/PGF/Data.hs +++ b/src/PGF/Data.hs @@ -122,6 +122,7 @@ type Profile = [Int] data Production = FApply {-# UNPACK #-} !FunId [FCat] | FCoerce {-# UNPACK #-} !FCat + | FLit Literal String deriving (Eq,Ord,Show) data FFun = FFun CId [Profile] {-# UNPACK #-} !(UArray FIndex SeqId) deriving (Eq,Ord,Show) type FSeq = Array FPointPos FSymbol -- cgit v1.2.3