summaryrefslogtreecommitdiff
path: root/src/PGF/Data.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-10-15 08:38:34 +0000
committerkrasimir <krasimir@chalmers.se>2008-10-15 08:38:34 +0000
commite36d70d483be19ed3c72a91c8440084d276e1244 (patch)
treea4b9a13e9314777cb3566c3dd6f07495c213eea4 /src/PGF/Data.hs
parent4fa3eb87cd31aede8707ec9e2a32ef7c1405c739 (diff)
threat category _Var as a literal category
Diffstat (limited to 'src/PGF/Data.hs')
-rw-r--r--src/PGF/Data.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PGF/Data.hs b/src/PGF/Data.hs
index f50a49c31..644e33750 100644
--- a/src/PGF/Data.hs
+++ b/src/PGF/Data.hs
@@ -122,7 +122,7 @@ type Profile = [Int]
data Production
= FApply {-# UNPACK #-} !FunId [FCat]
| FCoerce {-# UNPACK #-} !FCat
- | FLit Literal String
+ | FConst Tree String
deriving (Eq,Ord,Show)
data FFun = FFun CId [Profile] {-# UNPACK #-} !(UArray FIndex SeqId) deriving (Eq,Ord,Show)
type FSeq = Array FPointPos FSymbol