ifscs-0.1.0.0: An inductive-form set constraint solver

Safe HaskellNone

Constraints.Set.MapReduce

Documentation

mapReduceThresh

Arguments

:: (Foldable f, NFData b) 
=> Int

Threshold to start serial computation

-> f a

A foldable sequence of elements to map over

-> (a -> b)

A map operation to apply

-> (b -> b -> b)

Combine results

-> b

Seed value

-> b