[m-rev.] [for review] Add missing tutorial navigation links
Michael Hendricks
michael at ndrix.org
Sat Dec 31 04:54:09 AEDT 2011
Two of the tutorial pages were missing navigation links at the bottom.
---
name-spaces.m4 | 6 ++++++
types-n-things.m4 | 4 ++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/name-spaces.m4 b/name-spaces.m4
index a481c31..53d2a79 100644
--- a/name-spaces.m4
+++ b/name-spaces.m4
@@ -119,3 +119,9 @@ There is one last twist. Rather than writing TT(:- import_module foo)
one can write TT(:- use_module foo). The latter has pretty much the
same effect except that all public names defined in TT(foo) EM(must)
be fully qualified with a TT(foo.) prefix.
+
+HR
+
+LINK(`miscellany.html', Top)
+BR
+LINK(`dcgs.html', Next)
diff --git a/types-n-things.m4 b/types-n-things.m4
index d5c73b0..3ced8f0 100644
--- a/types-n-things.m4
+++ b/types-n-things.m4
@@ -94,4 +94,8 @@ CODE(
You can find many examples of abstract type declarations in the
MERCURY library.
+HR
+LINK(`sums-n-things.html', Top)
+BR
+LINK(`determinism-etc.html', Next)
--
1.7.8
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list