mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
resource LogicEng = Logic with
|
|
(Atom = AtomEng), (Resource = ResourceEng) ;
|
|
|
|
-- this is the standard form of a derived resource. AR 12/1/2004
|