Copyright | (C) 2015 Dimitri Sabadie |
---|---|
License | BSD3 |
Maintainer | Dimitri Sabadie <dimitri.sabadie@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
A tuple of types, right-associated.
The Storable
instance is used for foreign packing on 32-bit.
a :. b infixr 6 |
Functor ((:.) a) Source | |
(Eq a, Eq b) => Eq ((:.) a b) Source | |
(Ord a, Ord b) => Ord ((:.) a b) Source | |
(Show a, Show b) => Show ((:.) a b) Source | |
Generic ((:.) a b) Source | |
(Storable a, Storable b) => Storable ((:.) a b) Source | |
(ColorPixel a, ColorPixel b, FramebufferColorAttachment a, FramebufferColorAttachment b) => FramebufferColorAttachment ((:.) a b) Source | |
(UniformBlock a, UniformBlock b) => UniformBlock ((:.) a b) Source | |
(Vertex a, Vertex b) => Vertex ((:.) a b) Source | |
type Rep ((:.) a b) Source |