1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter4/Comments.gf
2011-01-11 15:46:43 +00:00

11 lines
257 B
Plaintext

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 ;
}