forked from GitHub/gf-core
cloned the rest of resource languages in Phrasebook
This commit is contained in:
12
examples/phrasebook/PhrasebookNor.gf
Normal file
12
examples/phrasebook/PhrasebookNor.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
--# -path=.:present
|
||||
|
||||
concrete PhrasebookNor of Phrasebook =
|
||||
GreetingsNor,
|
||||
WordsNor ** open
|
||||
SyntaxNor,
|
||||
Prelude in {
|
||||
|
||||
lin
|
||||
PGreeting g = lin Text (ss g.s) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user