dimensions-2.1.0.0: Safe type-level dimensionality for multidimensional data.

Copyright(c) Artem Chirkin
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Numeric.Tuple

Description

 
Synopsis

Documentation

toStrict :: Tuple xs -> Tuple xs Source #

O(n) Convert a lazy Tuple to a strict Tuple, forcing all its values to the WHNF along the way.

fromStrict :: Tuple xs -> Tuple xs Source #

O(n) Convert a strict Tuple to a lazy Tuple by means of a simple coercion.