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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PGF/Data.hs b/src/PGF/Data.hs
index 5aba8cdfa..58952dc7d 100644
--- a/src/PGF/Data.hs
+++ b/src/PGF/Data.hs
@@ -24,7 +24,7 @@ data PGF = PGF {
data Abstr = Abstr {
aflags :: Map.Map CId String, -- value of a flag
- funs :: Map.Map CId (Type,Expr), -- type and def of a fun
+ funs :: Map.Map CId (Type,[Equation]), -- type and def of a fun
cats :: Map.Map CId [Hypo], -- context of a cat
catfuns :: Map.Map CId [CId] -- funs to a cat (redundant, for fast lookup)
}