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