exper/french compiles but is incomplete

This commit is contained in:
aarne
2008-04-24 07:23:50 +00:00
parent 1008ec8625
commit ae7192f46f
7 changed files with 37 additions and 25 deletions

View File

@@ -60,7 +60,7 @@ incomplete concrete QuestionRomance of Question =
s = \\c => ip.s ! c ++ adv.s ;
a = ip.a
} ;
{- ---b
IDetCN idet num ord cn =
let
g = cn.g ;
@@ -70,7 +70,7 @@ incomplete concrete QuestionRomance of Question =
s = \\c => idet.s ! g ! c ++ num.s ! g ++ ord.s ! a ++ cn.s ! n ;
a = a
} ;
-}
CompIAdv a = {s = \\_ => a.s} ;
}