=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for hs-mutable-containers-0.3.4.1nb3 Preprocessing library for mutable-containers-0.3.4.1.. Building library for mutable-containers-0.3.4.1.. [1 of 9] Compiling Data.Mutable.Class ( src/Data/Mutable/Class.hs, dist/build/Data/Mutable/Class.o, dist/build/Data/Mutable/Class.dyn_o ) src/Data/Mutable/Class.hs:71:41: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 71 | newRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:78:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | readRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:85:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | writeRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:96:44: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 96 | modifyRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:104:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | modifyRef' :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:154:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:163:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 163 | :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:190:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 190 | newColl :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:212:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 212 | popFront :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:217:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 217 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:219:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 219 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:249:44: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 249 | pushFront :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:255:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 255 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:257:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 257 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:282:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 282 | popBack :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:287:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 287 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:289:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 289 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:319:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 319 | pushBack :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:325:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 325 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:327:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 327 | , CollElement c ~ Element (RefElement c) | ^ [2 of 9] Compiling Data.Mutable.BRef ( src/Data/Mutable/BRef.hs, dist/build/Data/Mutable/BRef.o, dist/build/Data/Mutable/BRef.dyn_o ) [3 of 9] Compiling Data.Mutable.DLList ( src/Data/Mutable/DLList.hs, dist/build/Data/Mutable/DLList.o, dist/build/Data/Mutable/DLList.dyn_o ) [4 of 9] Compiling Data.Mutable.Deque ( src/Data/Mutable/Deque.hs, dist/build/Data/Mutable/Deque.o, dist/build/Data/Mutable/Deque.dyn_o ) [5 of 9] Compiling Data.Mutable.PRef ( src/Data/Mutable/PRef.hs, dist/build/Data/Mutable/PRef.o, dist/build/Data/Mutable/PRef.dyn_o ) [6 of 9] Compiling Data.Mutable.SRef ( src/Data/Mutable/SRef.hs, dist/build/Data/Mutable/SRef.o, dist/build/Data/Mutable/SRef.dyn_o ) [7 of 9] Compiling Data.Mutable.URef ( src/Data/Mutable/URef.hs, dist/build/Data/Mutable/URef.o, dist/build/Data/Mutable/URef.dyn_o ) [8 of 9] Compiling Data.Mutable ( src/Data/Mutable.hs, dist/build/Data/Mutable.o, dist/build/Data/Mutable.dyn_o ) [9 of 9] Compiling Paths_mutable_containers ( dist/build/autogen/Paths_mutable_containers.hs, dist/build/Paths_mutable_containers.o, dist/build/Paths_mutable_containers.dyn_o ) [1 of 9] Compiling Data.Mutable.Class ( src/Data/Mutable/Class.hs, dist/build/Data/Mutable/Class.p_o ) src/Data/Mutable/Class.hs:71:41: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 71 | newRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:78:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | readRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:85:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | writeRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:96:44: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 96 | modifyRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:104:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | modifyRef' :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:154:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:163:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 163 | :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:190:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 190 | newColl :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:212:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 212 | popFront :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:217:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 217 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:219:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 219 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:249:44: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 249 | pushFront :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:255:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 255 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:257:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 257 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:282:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 282 | popBack :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:287:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 287 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:289:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 289 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:319:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 319 | pushBack :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:325:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 325 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:327:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 327 | , CollElement c ~ Element (RefElement c) | ^ [2 of 9] Compiling Data.Mutable.BRef ( src/Data/Mutable/BRef.hs, dist/build/Data/Mutable/BRef.p_o ) [3 of 9] Compiling Data.Mutable.DLList ( src/Data/Mutable/DLList.hs, dist/build/Data/Mutable/DLList.p_o ) [4 of 9] Compiling Data.Mutable.Deque ( src/Data/Mutable/Deque.hs, dist/build/Data/Mutable/Deque.p_o ) [5 of 9] Compiling Data.Mutable.PRef ( src/Data/Mutable/PRef.hs, dist/build/Data/Mutable/PRef.p_o ) [6 of 9] Compiling Data.Mutable.SRef ( src/Data/Mutable/SRef.hs, dist/build/Data/Mutable/SRef.p_o ) [7 of 9] Compiling Data.Mutable.URef ( src/Data/Mutable/URef.hs, dist/build/Data/Mutable/URef.p_o ) [8 of 9] Compiling Data.Mutable ( src/Data/Mutable.hs, dist/build/Data/Mutable.p_o ) [9 of 9] Compiling Paths_mutable_containers ( dist/build/autogen/Paths_mutable_containers.hs, dist/build/Paths_mutable_containers.p_o ) Preprocessing library for mutable-containers-0.3.4.1.. Running Haddock on library for mutable-containers-0.3.4.1.. [1 of 9] Compiling Data.Mutable.Class ( src/Data/Mutable/Class.hs, nothing ) src/Data/Mutable/Class.hs:71:41: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 71 | newRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:78:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | readRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:85:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | writeRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:96:44: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 96 | modifyRef :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:104:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | modifyRef' :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:154:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:163:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 163 | :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:190:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 190 | newColl :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:212:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 212 | popFront :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:217:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 217 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:219:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 219 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:249:44: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 249 | pushFront :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:255:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 255 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:257:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 257 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:282:42: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 282 | popBack :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:287:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 287 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:289:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 289 | , CollElement c ~ Element (RefElement c) | ^ src/Data/Mutable/Class.hs:319:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 319 | pushBack :: (PrimMonad m, PrimState m ~ MCState c) | ^ src/Data/Mutable/Class.hs:325:22: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 325 | , PrimState m ~ MCState c | ^ src/Data/Mutable/Class.hs:327:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of `~' without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 327 | , CollElement c ~ Element (RefElement c) | ^ [2 of 9] Compiling Data.Mutable.BRef ( src/Data/Mutable/BRef.hs, nothing ) [3 of 9] Compiling Data.Mutable.DLList ( src/Data/Mutable/DLList.hs, nothing ) [4 of 9] Compiling Data.Mutable.Deque ( src/Data/Mutable/Deque.hs, nothing ) [5 of 9] Compiling Data.Mutable.PRef ( src/Data/Mutable/PRef.hs, nothing ) [6 of 9] Compiling Data.Mutable.SRef ( src/Data/Mutable/SRef.hs, nothing ) [7 of 9] Compiling Data.Mutable.URef ( src/Data/Mutable/URef.hs, nothing ) [8 of 9] Compiling Data.Mutable ( src/Data/Mutable.hs, nothing ) [9 of 9] Compiling Paths_mutable_containers ( dist/build/autogen/Paths_mutable_containers.hs, nothing ) Haddock coverage: Warning: 'Deque' is ambiguous. It is defined * at src/Data/Mutable/Deque.hs:31:23 * at src/Data/Mutable/Deque.hs:31:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Mutable/Deque.hs:31:1 98% ( 51 / 52) in 'Data.Mutable' Missing documentation for: Unbox Warning: Data.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Control.Monad.Primitive.D:R:PrimStateWriterT - Data.Mutable.Class.D:R:MCStateMutVar - Data.Mutable.Class.D:R:MCStateSTRef - Data.Mutable.Class.D:R:MCStateIORef - Data.Mutable.Class.D:R:RefElementMutVar - Data.Mutable.Class.D:R:RefElementSTRef - Data.Mutable.Class.D:R:RefElementIORef - Data.Mutable.Class.D:R:CollElementMutVar - Data.Mutable.Class.D:R:CollElementSTRef - Data.Mutable.Class.D:R:CollElementIORef - Data.Mutable.BRef.D:R:CollElementBRef - Data.Mutable.BRef.D:R:RefElementBRef - Data.Mutable.BRef.D:R:MCStateBRef - Data.Mutable.DLList.D:R:CollElementDLList - Data.Mutable.DLList.D:R:MCStateDLList - Data.Mutable.Deque.D:R:CollElementDeque - Data.Mutable.Deque.D:R:MCStateDeque - Data.Mutable.PRef.D:R:RefElementPRef - Data.Mutable.PRef.D:R:MCStatePRef - Data.Mutable.SRef.D:R:RefElementSRef - Data.Mutable.SRef.D:R:MCStateSRef - Data.Mutable.URef.D:R:RefElementURef - Data.Mutable.URef.D:R:MCStateURef Documentation created: dist/doc/html/mutable-containers/