constrained-generators-0.2.0.0: Framework for generating constrained random data using a subset of first order logic
Safe HaskellSafe-Inferred
LanguageHaskell2010

Constrained.Examples.Map

Documentation

data Three Source #

Constructors

One 
Two 
Three 

Instances

Instances details
Generic Three Source # 
Instance details

Defined in Constrained.Examples.Map

Associated Types

type Rep ThreeTypeType Source #

Methods

fromThreeRep Three x Source #

toRep Three x → Three Source #

Show Three Source # 
Instance details

Defined in Constrained.Examples.Map

HasSimpleRep Three Source # 
Instance details

Defined in Constrained.Examples.Map

Associated Types

type SimpleRep Three Source #

type TheSop Three ∷ [Type] Source #

Eq Three Source # 
Instance details

Defined in Constrained.Examples.Map

Methods

(==)ThreeThreeBool Source #

(/=)ThreeThreeBool Source #

Ord Three Source # 
Instance details

Defined in Constrained.Examples.Map

Methods

compareThreeThreeOrdering Source #

(<)ThreeThreeBool Source #

(<=)ThreeThreeBool Source #

(>)ThreeThreeBool Source #

(>=)ThreeThreeBool Source #

maxThreeThreeThree Source #

minThreeThreeThree Source #

BaseUniverse fn ⇒ HasSpec fn Three Source # 
Instance details

Defined in Constrained.Examples.Map

Associated Types

type TypeSpec fn Three Source #

type Prerequisites fn Three Source #

type Rep Three Source # 
Instance details

Defined in Constrained.Examples.Map

type Rep Three = D1 ('MetaData "Three" "Constrained.Examples.Map" "constrained-generators-0.2.0.0-inplace" 'False) (C1 ('MetaCons "One" 'PrefixI 'False) (U1TypeType) :+: (C1 ('MetaCons "Two" 'PrefixI 'False) (U1TypeType) :+: C1 ('MetaCons "Three" 'PrefixI 'False) (U1TypeType)))
type SimpleRep Three Source # 
Instance details

Defined in Constrained.Examples.Map

type TheSop Three Source # 
Instance details

Defined in Constrained.Examples.Map

type Prerequisites fn Three Source # 
Instance details

Defined in Constrained.Examples.Map

type Prerequisites fn Three = ()
type TypeSpec fn Three Source # 
Instance details

Defined in Constrained.Examples.Map