Skip to content
Snippets Groups Projects
Commit 716d91c2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-14 12:16:00 by simonmar]

Simplfy the mutable array story:

	- rename MutableArray to STArray (and similarly
	  for all operations on MutableArray, eg newArray
	  is now newSTArray).

	- remove the extra level of indirection between
	  STArrays and MutableArrays.

	- remove the MutableArray interface from
	  hslibs/lang/MutableArray.  This module will go
	  away soon - Andy, don't bother porting it to Hugs.
parent 0fc589f2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment