mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-05 21:28:55 -06:00
as a template for future Extend modules, added Dut and Spa
This commit is contained in:
16
src/spanish/ExtendSpa.gf
Normal file
16
src/spanish/ExtendSpa.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=alltenses:../common:../abstract
|
||||
|
||||
concrete ExtendSpa of Extend =
|
||||
CatSpa ** ExtendFunctor
|
||||
-- - [] -- put the names of your own definitions here
|
||||
with
|
||||
(Grammar = GrammarSpa) **
|
||||
open
|
||||
GrammarSpa,
|
||||
ResSpa,
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsSpa in {
|
||||
-- put your own definitions here
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user