mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
23 lines
450 B
Plaintext
23 lines
450 B
Plaintext
--# -path=alltenses:../common:../abstract:../romance
|
|
concrete ExtendCat of Extend = CatCat ** ExtendRomanceFunctor-- -
|
|
-- [
|
|
|
|
|
|
-- ]
|
|
-- don't forget to put the names of your own
|
|
-- definitions here
|
|
with
|
|
(Grammar = GrammarCat), (Syntax = SyntaxCat), (ResRomance = ResCat) **
|
|
open
|
|
GrammarCat,
|
|
ResCat,
|
|
MorphoCat,
|
|
Coordination,
|
|
Prelude,
|
|
ParadigmsCat in {
|
|
-- put your own definitions here
|
|
|
|
|
|
|
|
} ;
|