-- |
-- Module     : Simulation.Aivika.Distributed.Optimistic.Internal.Ref
-- Copyright  : Copyright (c) 2015-2017, David Sorokin <david.sorokin@gmail.com>
-- License    : BSD3
-- Maintainer : David Sorokin <david.sorokin@gmail.com>
-- Stability  : experimental
-- Tested with: GHC 7.10.3
--
-- The implementation of mutable strict references.
--
module Simulation.Aivika.Distributed.Optimistic.Internal.Ref
       (module Simulation.Aivika.Distributed.Optimistic.Internal.Ref.Strict) where

import Simulation.Aivika.Distributed.Optimistic.Internal.Ref.Strict