packages feed

base-compat-0.15.0: src/Data/STRef/Compat.hs

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

import Data.STRef as Base