luminance-0.4.1: Type-safe, dependently-typed and stateless graphics framework

Copyright(C) 2015 Dimitri Sabadie
LicenseBSD3
MaintainerDimitri Sabadie <dimitri.sabadie@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Luminance.Core.Tuple

Description

 

Synopsis

Documentation

data a :. b infixr 6 Source

A tuple of types, right-associated.

The Storable instance is used for foreign packing on 32-bit.

Constructors

a :. b infixr 6 

Instances