"Committed_by_peb"

This commit is contained in:
peb
2005-08-08 08:01:10 +00:00
parent ed4cd36b2c
commit 35ed9d459b
13 changed files with 184 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
-- the example 4.1 from Ljunglöf (2004, page 82)
abstract CopyMorphismAbs = {
cat S; A;
fun
f : A -> S;
g : A -> A -> A;
ac : A;
bd : A;
}