base-compat-0.14.1: src/Data/STRef/Compat.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE Trustworthy #-}
module Data.STRef.Compat (
module Base
, modifySTRef'
) where
import Data.STRef as Base
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE Trustworthy #-}
module Data.STRef.Compat (
module Base
, modifySTRef'
) where
import Data.STRef as Base