summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-06-19 09:29:43 +0000
committeraarne <aarne@cs.chalmers.se>2007-06-19 09:29:43 +0000
commit05d12d86fe62e72cd285a5c1be8024b20af65048 (patch)
tree194839b9a383652b09e8513996efb9151fdc92cc
parente3a0c60e8910a726025d19b4643cc176638414d3 (diff)
started overloaded Fin
-rw-r--r--doc/resource.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/resource.txt b/doc/resource.txt
index ed2787ce3..a0f4ac513 100644
--- a/doc/resource.txt
+++ b/doc/resource.txt
@@ -80,7 +80,8 @@ The Arabic and Catalan implementations are still incomplete, but
enough to be used in many applications.
-==An example application==
+
+==A first example==
To give an example application, consider a system for steering
music playing devices by voice commands. In the application,
@@ -137,6 +138,7 @@ languages (e.g. a different word order in French),
but the application programmer need not care about the difference.
+
==Note on APIs==
From version 1.1 onwards, the resource library is available via two
@@ -175,8 +177,8 @@ The concrete syntax is defined by a functor (parametrized module),
independently of language, by opening
two interfaces: the resource ``Syntax`` and an application lexicon.
```
- incomplete concrete MusicI of Music = open Syntax, MusicLex in {
-
+ incomplete concrete MusicI of Music =
+ open Syntax, MusicLex in {
lincat
Kind = CN ;
Property = AP ;