mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
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