goblins-0.2.0.0: Genetic algorithm based randomised testing
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Goblin.Util

Description

Utility functions

Synopsis

Documentation

(<$$>) :: (Functor f, Functor g) => (a -> b) -> f (g a) -> f (g b) Source #

<$> through nested functors.

(<**>) :: (Applicative f, Applicative g) => f (g (a -> b)) -> f (g a) -> f (g b) Source #

<*> through nested functors.