mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
completed book examples
This commit is contained in:
7
book/examples/chapter8/Graftal.gf
Normal file
7
book/examples/chapter8/Graftal.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
-- (c) Krasimir Angelov 2009
|
||||
abstract Graftal = {
|
||||
cat N; S;
|
||||
fun z : N ;
|
||||
s : N -> N ;
|
||||
c : N -> S ;
|
||||
}
|
||||
Reference in New Issue
Block a user