mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
"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