{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE Trustworthy #-} module Data.STRef.Compat ( module Base , modifySTRef' ) where import Data.STRef as Base