hw-prim-0.6.2.0: Primitive functions and data types
HaskellWorks.Data.Product
data a :*: b infixr 9 Source #
Constructors
Instances
Methods
(==) :: (a :*: b) -> (a :*: b) -> Bool #
(/=) :: (a :*: b) -> (a :*: b) -> Bool #
showsPrec :: Int -> (a :*: b) -> ShowS #
show :: (a :*: b) -> String #
showList :: [a :*: b] -> ShowS #
fromForeignRegion :: ForeignRegion -> a :*: b Source #