summaryrefslogtreecommitdiff
path: root/grammars/ljung/thesis/CopyMorphismAbs.gf
blob: 02929f69965a2444fde6ae20e556caf0c5d8abb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;

}