From a4b502b98891de31d9eef60017fcfb8f0e25c78c Mon Sep 17 00:00:00 2001 From: Geoffrey Mainland Date: Tue, 2 Jul 2024 12:08:40 -0400 Subject: [PATCH] Add README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..20bcebc --- /dev/null +++ b/README.md @@ -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.