maybench-0.2.3.1: Automated benchmarking tool

Test.Maybench.Utils

Documentation

class ConsLeft f whereSource

Methods

(<|) :: a -> f a -> f aSource

Instances

class ConsRight f whereSource

Methods

(|>) :: f a -> a -> f aSource

Instances

(<++>) :: Monoid a => a -> a -> aSource

list :: b -> (a -> [a] -> b) -> [a] -> bSource

fromList :: a -> [a] -> aSource