ide-backend-common-0.9.1: Shared library used be ide-backend and ide-backend-server

Safe HaskellSafe-Inferred
LanguageHaskell2010

IdeSession.Strict.Pair

Description

Strict pairs

Unfortunately, this doesn't fit into the Strict.Container hierarchy (different kind)

Documentation

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

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