multipass-0.1: Folding data with multiple named passes

Safe HaskellSafe-Infered

Data.Pass.Eval.Naive

Documentation

class Naive k whereSource

Methods

naive :: k a b -> Int -> [a] -> bSource

Instances

Naive L 
Naive k => Naive (Fun k) 
Call k => Naive (Pass k) 
Call k => Naive (Calc k) 

(@@@) :: (Naive k, Foldable f) => k a b -> f a -> bSource