mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
clean up Resource
This commit is contained in:
@@ -1 +0,0 @@
|
||||
concrete AllResourceEng of AllResource = RulesEng, StructuralEng ** {} ;
|
||||
@@ -26,7 +26,7 @@
|
||||
--
|
||||
-- The following modules are presupposed:
|
||||
|
||||
resource ParadigmsEng = open (Predef=Predef), Prelude, SyntaxEng, ---- ResourceEng in {
|
||||
resource ParadigmsEng = open (Predef=Predef), Prelude, SyntaxEng,
|
||||
CategoriesEng, RulesEng in {
|
||||
--2 Parameters
|
||||
--
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
--# -path=.:../abstract:../../prelude
|
||||
|
||||
instance ResourceEng of Resource = reuse AllResourceEng ;
|
||||
concrete ResourceEng of Resource = RulesEng, ClauseEng, StructuralEng ** {} ;
|
||||
|
||||
Reference in New Issue
Block a user