Files
gf-core/testsuite/canonical/grammars/Phrasebook.gf

10 lines
113 B
Plaintext

abstract Phrasebook = {
cat PlaceKind ;
fun Airport : PlaceKind ;
cat VerbPhrase ;
fun VRead : VerbPhrase ;
}