-- | -- Module : Simulation.Aivika.Distributed.Optimistic.Internal.Ref -- Copyright : Copyright (c) 2015-2017, David Sorokin -- License : BSD3 -- Maintainer : David Sorokin -- 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