Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Strict pairs
Unfortunately, this doesn't fit into the Strict.Container hierarchy (different kind)
Documentation
data StrictPair a b Source
toLazyPair :: StrictPair a b -> (a, b) Source
fromLazyPair :: (a, b) -> StrictPair a b Source