[m-rev.] trivial diff: fix typo in library.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jan 30 17:02:23 AEDT 2002
Estimated hours taken: 0.25
Branches: main
library/library.m:
Fix a typo in Zoltan's previous change: s/bt_arraym/bt_array/
Workspace: /home/earth/fjh/ws-earth/mercury
Index: library/library.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/library.m,v
retrieving revision 1.60
diff -u -d -r1.60 library.m
--- library/library.m 30 Jan 2002 05:08:52 -0000 1.60
+++ library/library.m 30 Jan 2002 06:01:28 -0000
@@ -31,7 +31,7 @@
% The modules intended for application programmers.
:- import_module array, assoc_list, bag, benchmarking.
-:- import_module bimap, bintree, bintree_set, bitmap, bool, bt_arraym, builtin.
+:- import_module bimap, bintree, bintree_set, bitmap, bool, bt_array, builtin.
:- import_module char, construct, counter, deconstruct, dir.
:- import_module enum, eqvclass, exception.
:- import_module float, gc, getopt, graph, group, hash_table.
--
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