Files
gf-core/testsuite/lpgf/Projection.gf

9 lines
135 B
Plaintext

abstract Projection = {
flags startcat = Comment ;
cat
Comment ; Item ;
fun
Pred : Item -> Comment ;
Wine : Item ;
}