forked from GitHub/gf-core
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
abstract CopyAbs = {
|
|
cat S ; AB ;
|
|
fun s : AB -> S ;
|
|
end : AB ;
|
|
a,b : AB -> AB ;
|
|
}
|