forked from GitHub/gf-core
started a subdir for the book
This commit is contained in:
6
book/examples/chapter2/CopyAbs.gf
Normal file
6
book/examples/chapter2/CopyAbs.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
abstract CopyAbs = {
|
||||
cat S ; AB ;
|
||||
fun s : AB -> S ;
|
||||
end : AB ;
|
||||
a,b : AB -> AB ;
|
||||
}
|
||||
Reference in New Issue
Block a user