*** empty log message ***

This commit is contained in:
peb
2004-06-02 11:17:15 +00:00
parent 9b0a968597
commit 7716f81886
7 changed files with 72 additions and 26 deletions

View File

@@ -1,8 +1,16 @@
abstract MicroAbs = {
cat S;
cat S; V; VV; W;
fun vars : S;
fun
sv : V -> S;
vars : VV;
ww : W -> W;
svw : V -> W -> S;
supr : V -> V -> S;
supredup : S -> S -> S;
suplbl : V -> S;
reorder : V -> V -> V;
}