Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
massiv-test Test.Massiv.Utils Positive x: guarantees that x > 0.
-
massiv-test Test.Massiv.Utils No documentation available.
-
massiv-test Test.Massiv.Utils PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.
PrintableString :: String -> PrintableStringmassiv-test Test.Massiv.Utils No documentation available.
-
massiv-test Test.Massiv.Utils The type of properties.
newtype
PropertyM (m :: Type -> Type) amassiv-test Test.Massiv.Utils The property monad is really a monad transformer that can contain monadic computations in the monad m it is parameterized by:
- m - the m-computations that may be performed within PropertyM
-
mongoDB Database.MongoDB.Admin The available profiler levels.
-
mongoDB Database.MongoDB.Connection Thread-safe TCP connection with pipelined requests. In long-running applications the user is expected to use it as a "client": create a Pipe at startup, use it as long as possible, watch out for possible timeouts, and close it on shutdown. Bearing in mind that disconnections may be triggered by MongoDB service providers, the user is responsible for re-creating their Pipe whenever necessary.
-
mongoDB Database.MongoDB.Connection Wraps network's PortNumber Used to ease compatibility between older and newer network versions.
PortNumber :: PortNumber -> PortIDmongoDB Database.MongoDB.Connection No documentation available.