void +Control.Monad

void :: Functor f => f a -> f ()
base Control.Monad
void value discards or ignores the result of evaluation, such as the return value of an IO action.
package void
package
A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist. Version 0.5.5.1
package hVOIDP
package
An implementation of the VOIDP algorithm that selects the optimal observations in chain graphical models. References: * Andreas Krause and Carlos Guestrin. 2009. Optimal value of information in graphical models. J. Artif. Int. Res. 35, 1 (July 2009), 557-591. * Qi Qi; Yi Shang; Hongchi Shi; , "An improved algorithm for optimal subset selection in chain graphical models," Evolutionary Computation (CEC), 2010 IEEE Congress on , vol., no., pp.1-6, 18-23 July 2010 Version 1.0.2