mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
--# -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} ;
|
|
|
|
}
|