The latest version of data-ref is 0.1-0.

data-ref

Version 0.0.0.1 revision 0 uploaded by HenningThielemann.

Package meta

Synopsis
Unify STRef and IORef in plain Haskell 98
Description

This package provides a unique interface to both STRef and IORef. The advantage is that it is plain Haskell 98, the disadvantage is that we cannot use STRef and IORef as they are.

Our approach works with Haskell 98 single parameter type classes because we use an explicit dictionary, and we do not pass the references around but their accessors.

Similar packages: reference, ref-mtl, ref-fd, ref-tf.

Author
Henning Thielemann <haskell@henning-thielemann.de>
Bug reports
n/a
Category
Data
Copyright
n/a
Homepage
http://wiki.haskell.org/Mutable_variable
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Package URL
n/a
Stability
n/a

Components