const -opengl -base

Constant :: a -> Constant a b
transformers Data.Functor.Constant
newtype Constant a b
transformers Data.Functor.Constant
Constant functor.
package constraints
package
Constraint manipulation Version 0.3.0.1
constrs :: Data a => [a]
syb Data.Generics.Builders
Return a list of values of a datatype. Each value is one of the possible constructors of the datatype, populated with empty values.
package constructive-algebra
package
A library of algebra focusing mainly on commutative ring theory from a constructive point of view. Classical structures are implemented without Noetherian assumptions. This means that it is not assumed that all ideals are finitely generated. For example, instead of principal ideal domains one gets Bezout domains which are integral domains in which all finitely generated ideals are principal (and not necessarily that all ideals are principal). This give a good framework for implementing many interesting algorithms. Version 0.3.0
module Data.Functor.Constant
transformers Data.Functor.Constant
The constant functor.
getConstant :: Constant a b -> a
transformers Data.Functor.Constant
HsRecConstr :: HsQName -> [HsFieldUpdate] -> HsExp
haskell-src Language.Haskell.Syntax
record construction expression
mkRecConstrOrUpdate :: HsExp -> [HsFieldUpdate] -> P HsExp
haskell-src Language.Haskell.ParseUtils