Safe Haskell | Trustworthy |
---|
Data.StrictPair
- strictPair :: a -> b -> (a, b)
Documentation
strictPair :: a -> b -> (a, b)
Evaluate both argument to WHNF and create a pair of the result.
Safe Haskell | Trustworthy |
---|
Data.StrictPair
strictPair :: a -> b -> (a, b)
Evaluate both argument to WHNF and create a pair of the result.