Safe HaskellTrustworthy

Data.StrictPair

Synopsis

Documentation

strictPair :: a -> b -> (a, b)

Evaluate both argument to WHNF and create a pair of the result.