[m-dev.] trivial diff: fix bug in intermod_type test case

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Apr 16 16:19:14 AEST 2000


Estimated hours taken: 0.25

tests/general/intermod_type2.m:
	Fix a bug in my previous change: I forgot to give a
	definition for the `my_store_type' type.

Workspace: /home/pgrad/fjh/ws/hg
Index: tests/general/intermod_type2.m
===================================================================
RCS file: /home/mercury1/repository/tests/general/intermod_type2.m,v
retrieving revision 1.2
diff -u -d -r1.2 intermod_type2.m
--- tests/general/intermod_type2.m	2000/04/13 10:05:42	1.2
+++ tests/general/intermod_type2.m	2000/04/16 06:17:41
@@ -15,7 +15,7 @@
 
 :- import_module array, char, int, list, require, std_util, store, string.
 
-:- type my_store_type.
+:- type my_store_type ---> my_store_type.
 
 :- type curse	== store(my_store_type).
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list