summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Phrasebook.gf
blob: 05b77795466dbcc085dd02f8bfffd3118e3813d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
abstract Phrasebook = 
  Greetings,
  Food
  ** {

flags startcat = Phrase ;

cat 
  Phrase ;
fun
  PNumeral  : Numeral -> Phrase ;
  PGreeting : Greeting -> Phrase ;
  PSentence : Sentence -> Phrase ;


}