1
0
forked from GitHub/gf-rgl

Removed unused type

This commit is contained in:
Roman Suzi
2020-07-31 23:30:42 +03:00
parent 642beb9169
commit 71868cc361

View File

@@ -432,12 +432,6 @@ oper
-- Note 2. Imperative Sg P2 of reflexive verbs, can be сь as well as ся, but because there is no passive forms
-- we can store the sya-schema and 'BIND++' as necessary.
Verb : Type = {
s : Voice => Tense => Agr => Str ;
refl : Reflexivity ;
tran : Transitivity
} ;
oper
guessVerbForms : Aspect -> Transitivity -> Str -> Str -> Str -> VerbForms