uhc-util-0.1.7.0: src/UHC/Util/VecAlloc.hs
------------------------------------------------------------------------------------------- -- | Vector intended for densily filled entries close to 0, > 0. -- In situ updates are not supposed to happen often. ------------------------------------------------------------------------------------------- module UHC.Util.VecAlloc ( module CHR.Data.VecAlloc ) where import CHR.Data.VecAlloc