hdiff
packages
feed
algo-s
-0.1.0.0: src/Data/Sample/AlgoS/Types.hs
module Data.Sample.AlgoS.Types where import Control.Foldl (FoldM) type Sampler m a = FoldM m a [a]