-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | The OptDir type for representing optimization directions. -- -- The OptDir type for representing optimization directions. @package OptDir @version 0.0.3 -- | The OptDir type for representing optimization directions. module Data.OptDir -- | The OptDir type represents optimization directions. data OptDir -- | minimization OptMin :: OptDir -- | maximization OptMax :: OptDir instance Typeable OptDir instance Bounded OptDir instance Enum OptDir instance Eq OptDir instance Data OptDir instance Ord OptDir instance Read OptDir instance Show OptDir instance Ix OptDir instance Hashable OptDir