"Committed_by_peb"

This commit is contained in:
peb
2005-03-15 10:18:51 +00:00
parent 2edae8de54
commit 581ead0a73
3 changed files with 11 additions and 28 deletions

View File

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