mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
concrete UntensedEng of Untensed = CatEng ** open ResEng in {
|
|
|
|
flags optimize=all_subs ;
|
|
|
|
lin
|
|
PosCl cl = {s = cl.s ! Pres ! Simul ! Pos ! ODir} ;
|
|
NegCl cl = {s = cl.s ! Pres ! Simul ! Neg ! ODir} ;
|
|
|
|
}
|