mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
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