data-sketches-core-0.1.0.0: src/DataSketches/Core/Snapshot.hs
module DataSketches.Core.Snapshot where import Control.Monad.Primitive class TakeSnapshot a where type Snapshot a takeSnapshot :: PrimMonad m => a (PrimState m) -> m (Snapshot a)
module DataSketches.Core.Snapshot where import Control.Monad.Primitive class TakeSnapshot a where type Snapshot a takeSnapshot :: PrimMonad m => a (PrimState m) -> m (Snapshot a)