[m-rev.] trivial diff: fix typo in tutorial

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Dec 2 15:46:54 AEDT 2003


Estimated hours taken: 0.1
Branches: main

tutorial/types-n-things.m4:
	Fix syntax error (extraneous comma) reported by
	"Jesse A. Tov" <tov at post.harvard.edu>.

Workspace: /mnt/munginya/home/pgrad/fjh/cvs
Index: tutorial/types-n-things.m4
===================================================================
RCS file: /home/mercury1/repository/tutorial/types-n-things.m4,v
retrieving revision 1.2
diff -u -d -r1.2 types-n-things.m4
--- tutorial/types-n-things.m4	16 Jul 1999 03:54:34 -0000	1.2
+++ tutorial/types-n-things.m4	2 Dec 2003 04:45:25 -0000
@@ -10,7 +10,7 @@
 All discriminated union types look something like this:
 CODE(
 `:- type t(T1, T2, T3)
-	--->	foo,
+	--->	foo
 	;	bar(T1)
 	;	baz(T2, T3).
 ')

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list