Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Products [(a,b),(c,d)]
expresses a x b union c x d,
where x
denotes the set product.
Instances
C T Source # | |
Defined in Game.Mastermind.CodeSet.Tree union :: Ord a => T a -> T a -> T a Source # intersection :: Ord a => T a -> T a -> T a Source # leftNonEmptyProduct :: T0 a -> T a -> T a Source # flatten :: Ord a => T a -> [[a]] Source # symbols :: Ord a => T a -> Set a Source # size :: T a -> Integer Source # select :: T a -> Integer -> [a] Source # representationSize :: T a -> Int Source # | |
Show a => Show (T a) Source # | |