mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
- using ExtendRomanceFunctor - can't compile ExtendFre using ExtendRomanceFunctor though..
20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
--# -path=alltenses:../common:../abstract:../romance
|
|
concrete ExtendIta of Extend = CatIta ** ExtendRomanceFunctor-- -
|
|
-- [
|
|
-- ]
|
|
-- don't forget to put the names of your own
|
|
-- definitions here
|
|
with
|
|
(Grammar = GrammarIta), (Syntax = SyntaxIta), (ResRomance = ResIta) **
|
|
open
|
|
GrammarIta,
|
|
ResIta,
|
|
MorphoIta,
|
|
Coordination,
|
|
Prelude,
|
|
ParadigmsIta in {
|
|
-- put your own definitions here
|
|
|
|
|
|
} ;
|