hw-prim-0.5.0.4: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Product

Documentation

data a :*: b infixr 9 Source #

Constructors

(:*:) a b infixr 9 

Instances

(Eq b, Eq a) => Eq ((:*:) a b) Source # 

Methods

(==) :: (a :*: b) -> (a :*: b) -> Bool #

(/=) :: (a :*: b) -> (a :*: b) -> Bool #

(Show b, Show a) => Show ((:*:) a b) Source # 

Methods

showsPrec :: Int -> (a :*: b) -> ShowS #

show :: (a :*: b) -> String #

showList :: [a :*: b] -> ShowS #

(FromForeignRegion a, FromForeignRegion b) => FromForeignRegion ((:*:) a b) Source #