forked from GitHub/gf-core
rudimentary abstract syntax type checker and solver in PGF
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user