Files
gf-core/book/examples/chapter4/Comments.gf
2010-11-22 12:55:37 +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 ;
}