mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
Removed CFConst constructor, since it was unused.
This commit is contained in:
@@ -58,7 +58,6 @@ data CFTerm
|
||||
| CFApp CFTerm CFTerm -- ^ Application
|
||||
| CFRes Int -- ^ The result of the n:th non-terminal
|
||||
| CFVar Int -- ^ A lambda-bound variable
|
||||
| CFConst String
|
||||
| CFMeta String -- ^ A metavariable
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user