mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
resource LogicGer = Logic with
|
|
(Atom = AtomGer), (Resource = ResourceGer) ;
|
|
|
|
-- this is the standard form of a derived resource. AR 12/1/2004
|