experimenting with optim flags for verb paradigms

This commit is contained in:
aarne
2006-02-05 20:14:26 +00:00
parent fc945b485b
commit f086f56b66
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
resource BeschFre = open Prelude, MorphoFre in {
flags optimize=noexpand ; -- faster and smaller than =all
oper VerbeN = {s : VF => Str} ;
oper mkNV : Verbe -> VerbeN = \ve -> {s = vvf ve} ;