exposed-containers-0.5.5.1: A distribution of the 'containers' package, with all modules exposed.

Safe HaskellTrustworthy

Data.StrictPair

Synopsis

Documentation

data StrictPair a b Source

Same as regular Haskell pairs, but (x :*: _|_) = (_|_ :*: y) = _|_

Constructors

!a :*: !b 

toPair :: StrictPair a b -> (a, b)Source