1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter2/CopyAbs.gf
2011-01-11 15:46:43 +00:00

7 lines
100 B
Plaintext

abstract CopyAbs = {
cat S ; AB ;
fun s : AB -> S ;
end : AB ;
a,b : AB -> AB ;
}