summaryrefslogtreecommitdiff
path: root/ghc/docs/users_guide/MutableArray.sgml
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2000-01-12 18:05:49 by rrt]rrt2000-01-121-270/+0
| | | | Libraries documentation moved to hslibs tree.
* [project @ 2000-01-10 14:52:21 by rrt]rrt2000-01-101-10/+10
| | | | Retagged <Literal>s into <Filename>, <Option>, <Command>, &c.
* [project @ 2000-01-05 11:06:23 by rrt]rrt2000-01-051-172/+231
| | | | | Documentation changed from LinuxDoc to DocBook format, and license added to the user guide.
* [project @ 1999-03-27 16:16:19 by sof]sof1999-03-271-16/+16
| | | | updated to reflect what lib now provides
* [project @ 1999-03-05 10:21:22 by sof]sof1999-03-051-4/+15
| | | | | | | | | | | | | | | | | Support for unsafely thawing your (Byte)Arrays, i.e., added the following ops: MutableArray.unsafeThawArray :: Ix ix => Array ix elt -> ST s (MutableArray s ix elt) MutableArray.unsafeThawByteArray :: Ix ix => ByteArray ix -> ST s (MutableByteArray s ix) MutableArray.thawByteArray :: Ix ix => ByteArray ix -> ST s (MutableByteArray s ix) ST.unsafeThawSTArray :: Ix ix => Array ix elt -> ST s (STArray s ix elt) LazyST.unsafeThawSTArray :: Ix ix => Array ix elt -> ST s (STArray s ix elt) IOExts.unsafeFreezeIOArray :: Ix ix => IOArray ix elt -> IO (Array ix elt) IOExts.unsafeThawIOArray :: Ix ix => Array ix elt -> IO (IOArray ix elt) + removed the re-exportation of Monad that ST and LazyST did.
* [project @ 1999-02-09 14:36:11 by simonm]simonm1999-02-091-3/+3
| | | | remove a couple of 'sec:'s.
* [project @ 1999-02-02 14:14:11 by sof]sof1999-02-021-0/+200
Updated and re-org'ed the library parts.