mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
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
|
||||
TFut = {s = []} ** {t = SFut} ; --# notpresent
|
||||
TCond = {s = []} ** {t = SCond} ; --# notpresent
|
||||
|
||||
{- already defined in CommonScand
|
||||
param
|
||||
STense =
|
||||
SPres
|
||||
@@ -18,5 +18,5 @@ param
|
||||
| SFutKommer --# notpresent
|
||||
| SCond --# notpresent
|
||||
;
|
||||
|
||||
-}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user