Skip to content

Commit

Permalink
Add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mainland committed Jul 2, 2024
1 parent 8d817f6 commit a4b502b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The `ref-tf` Package [![Hackage](https://img.shields.io/hackage/v/ref-tf.svg)](https://hackage.haskell.org/package/ref-tf) [![Actions Status: haskell-ci](https://github.com/mainland/ref-tf/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/mainland/ref-tf/actions?query=workflow%3Ahaskell-ci)

Provides a 'MonadRef' type class that abstracts over the details of manipulating references, allowing one to write code that can operate in either the `ST` monad or the `IO` monad.

0 comments on commit a4b502b

Please sign in to comment.