forked from GitHub/gf-core
duplicated param type definition in TenseScand removed
This commit is contained in:
@@ -9,7 +9,7 @@ incomplete concrete TenseScand of Tense =
|
|||||||
TPast = {s = []} ** {t = SPast} ; --# notpresent
|
TPast = {s = []} ** {t = SPast} ; --# notpresent
|
||||||
TFut = {s = []} ** {t = SFut} ; --# notpresent
|
TFut = {s = []} ** {t = SFut} ; --# notpresent
|
||||||
TCond = {s = []} ** {t = SCond} ; --# notpresent
|
TCond = {s = []} ** {t = SCond} ; --# notpresent
|
||||||
|
{- already defined in CommonScand
|
||||||
param
|
param
|
||||||
STense =
|
STense =
|
||||||
SPres
|
SPres
|
||||||
@@ -18,5 +18,5 @@ param
|
|||||||
| SFutKommer --# notpresent
|
| SFutKommer --# notpresent
|
||||||
| SCond --# notpresent
|
| SCond --# notpresent
|
||||||
;
|
;
|
||||||
|
-}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user