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