forked from GitHub/gf-core
gf-book web page index and toc
This commit is contained in:
10
gf-book/examples/chapter4/Comments.gf
Normal file
10
gf-book/examples/chapter4/Comments.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract Comments = {
|
||||
flags startcat = Comment ;
|
||||
cat
|
||||
Comment ; Item ; Kind ; Quality ;
|
||||
fun
|
||||
Pred : Item -> Quality -> Comment ;
|
||||
This, That, These, Those : Kind -> Item ;
|
||||
Mod : Quality -> Kind -> Kind ;
|
||||
Very : Quality -> Quality ;
|
||||
}
|
||||
Reference in New Issue
Block a user