(Ger) Corrections in Cat, Res, Lexicon, Structural, Morpho, Paradigms and Questions

This commit is contained in:
Hans Leiss
2025-09-21 21:05:43 +02:00
parent 153ad8b41a
commit 7e52a4759c
12 changed files with 103 additions and 74 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ oper
mkSubj : Str -> Subj = \x ->
{s = x ; lock_Subj = <>} ;
mkIQuant : Str -> IQuant = \s ->
{s = \\_,_ => s ; lock_IQuant = <>} ;
{s = \\_,_ => s ; a = Strong ; lock_IQuant = <>} ;
mkPredet = overload {
mkPredet : A -> Predet = \a ->