mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
cleaned up French verbs
This commit is contained in:
9
lib/resource/french/TestVerbsFre.gf
Normal file
9
lib/resource/french/TestVerbsFre.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
--# -path=.:../romance:../oldabstract:../abstract:../../prelude
|
||||
|
||||
concrete TestVerbsFre of TestVerbsFreAbs =
|
||||
TestResourceFre, VerbsFre ** open TypesFre in {
|
||||
|
||||
lin UseVN ve = verbPres ve.s ve.aux ;
|
||||
lin UseVN2 ve = verbPres ve.s ve.aux ** {s2 = [] ; c = ve.c} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user