some new functionalities in Ger

This commit is contained in:
aarne
2017-06-05 12:46:53 +00:00
parent 7bd6b4c13a
commit df39e466bb
4 changed files with 18 additions and 6 deletions

View File

@@ -24,4 +24,10 @@ oper
a = case b of {True => PAg n ; _ => PAgNone}
}
} ;
-- e.g. das selbe
mmkQuant : Quant -> A -> Quant = \q,a -> q ** {
s,sp = \\x,n,g,c => q.s ! x ! n ! g ! c ++ a.s ! Posit ! agrAdj g q.a n ((prepC c).c)
} ;
}