From 1a71260608c6a63787d3e33d820ad504fc4f8624 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 1 Feb 2014 12:51:54 +0000 Subject: [PATCH] duplicated param type definition in TenseScand removed --- lib/src/scandinavian/TenseScand.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/scandinavian/TenseScand.gf b/lib/src/scandinavian/TenseScand.gf index a1add77e2..85138efd6 100644 --- a/lib/src/scandinavian/TenseScand.gf +++ b/lib/src/scandinavian/TenseScand.gf @@ -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 ; - +-} }