diff options
| author | aarne <aarne@chalmers.se> | 2010-05-20 15:44:51 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-20 15:44:51 +0000 |
| commit | 3723ae33ed058a6fbb1e230ff7eacc59f98e2cac (patch) | |
| tree | c82e3859e1ba9f598e9552857012abf75285bde4 /examples/phrasebook/PhrasebookSpa.gf | |
| parent | 854e4688549640e9163d16f8068f337c0e719062 (diff) | |
Spanish Phrasebook by Inari Listenmaa
Diffstat (limited to 'examples/phrasebook/PhrasebookSpa.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookSpa.gf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/examples/phrasebook/PhrasebookSpa.gf b/examples/phrasebook/PhrasebookSpa.gf index c31673187..5605826d6 100644 --- a/examples/phrasebook/PhrasebookSpa.gf +++ b/examples/phrasebook/PhrasebookSpa.gf @@ -1,14 +1,14 @@ ---# -path=.:present - -concrete PhrasebookSpa of Phrasebook = - GreetingsSpa, - WordsSpa - ** open - SyntaxSpa, - Prelude in { - -lin - PGreeting g = lin Text (ss g.s) ; - -} - +--# -path=.:present
+
+concrete PhrasebookSpa of Phrasebook =
+ GreetingsSpa,
+ WordsSpa
+ ** open
+ SyntaxSpa,
+ Prelude in {
+
+lin
+ PGreeting g = lin Text (ss g.s) ;
+
+}
+
|
