1
0
forked from GitHub/gf-core

duplicated param type definition in TenseScand removed

This commit is contained in:
aarne
2014-02-01 12:51:54 +00:00
parent 1df85aa1fe
commit 1a71260608

View File

@@ -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
; ;
-}
} }