forked from GitHub/gf-core
"Committed_by_peb"
This commit is contained in:
15
grammars/ljung/thesis/CopyMorphismAbs.gf
Normal file
15
grammars/ljung/thesis/CopyMorphismAbs.gf
Normal 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user