mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-20 00:30:13 -06:00
cleaned up new GFCC, but added RP as deprecated
This commit is contained in:
@@ -32,13 +32,11 @@ data LinDef =
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data Type =
|
||||
Typ [CId] CId
|
||||
| DTyp [Hypo] CId [Exp]
|
||||
DTyp [Hypo] CId [Exp]
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data Exp =
|
||||
Tr Atom [Exp]
|
||||
| DTr [CId] Atom [Exp]
|
||||
DTr [CId] Atom [Exp]
|
||||
| EEq [Equation]
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
@@ -62,6 +60,7 @@ data Term =
|
||||
| FV [Term]
|
||||
| W String Term
|
||||
| TM
|
||||
| RP Term Term
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data Tokn =
|
||||
|
||||
Reference in New Issue
Block a user