summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookNor.gf
blob: 09f77895c6ebb0d94a01e10b0e9e61bcb3044806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--# -path=.:present

concrete PhrasebookNor of Phrasebook = 
  GreetingsNor,
  WordsNor ** open 
    SyntaxNor,
    Prelude in {

lin
  PGreeting g = lin Text (ss g.s) ;

}