summaryrefslogtreecommitdiff
path: root/testsuite/canonical/grammars/Phrasebook.gf
blob: eff538f62d04b2597a65f0074de6b6b230330fed (plain)
1
2
3
4
5
6
7
8
9
abstract Phrasebook = {

cat PlaceKind ;
fun Airport : PlaceKind ;

cat VerbPhrase ;
fun VRead : VerbPhrase ;

}