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 76659912c..8fe7882de 100644
--- a/src/PGF/Data.hs
+++ b/src/PGF/Data.hs
@@ -73,6 +73,7 @@ data Expr =
| EMeta Int -- ^ meta variable
| EVar CId -- ^ variable or function reference
| EEq [Equation] -- ^ lambda function defined as a set of equations with pattern matching
+ | EPi CId Expr Expr -- ^ dependent function type
deriving (Eq,Ord,Show)
data Term =