forked from GitHub/gf-core
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
abstract Projection = {
|
|
flags startcat = Comment ;
|
|
cat
|
|
Comment ; Item ;
|
|
fun
|
|
Pred : Item -> Comment ;
|
|
Wine : Item ;
|
|
}
|