mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 15:50:19 -06:00
as a template for future Extend modules, added Dut and Spa
This commit is contained in:
16
src/dutch/ExtendDut.gf
Normal file
16
src/dutch/ExtendDut.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=alltenses:../common:../abstract
|
||||
|
||||
concrete ExtendDut of Extend =
|
||||
CatDut ** ExtendFunctor
|
||||
-- - [] -- put the names of your own definitions here
|
||||
with
|
||||
(Grammar = GrammarDut) **
|
||||
open
|
||||
GrammarDut,
|
||||
ResDut,
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsDut in {
|
||||
-- put your own definitions here
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user