mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 10:30:11 -06:00
Added ExtendGer as almost dummy to start with
This commit is contained in:
19
src/german/ExtendGer.gf
Normal file
19
src/german/ExtendGer.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
--# -path=alltenses:../common:../abstract
|
||||
|
||||
concrete ExtendGer of Extend =
|
||||
CatGer ** ExtendFunctor
|
||||
- [InOrderToVP]
|
||||
with
|
||||
(Grammar = GrammarGer) **
|
||||
open
|
||||
GrammarGer,
|
||||
ResGer,
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsGer in {
|
||||
|
||||
lin
|
||||
|
||||
InOrderToVP vp = {s = "um" ++ useInfVP False vp} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user