Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
lifted IO operations from the threads library lifted-threads exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl.
-
Geographic coordinates, built on the linear package. Geographic coordinates, built on the linear package. This package provides types and functions for dealing with coordinates in geodetic, ECEF, and ENU coordinate systems. A particular emphasis is placed on numerical stability, especially for complex conversions like converting between geodetic and ECEF coordinates. However, not every part of every function has machine checked for numerical stability.
-
breaks strings to fit width Simple functions to break a String to fit a maximum text width, using Knuth-Liang hyphenation algorhitm.
-
Predicates on lists Please see the README on GitHub at https://github.com/pgujjula/list-utilities/tree/master/list-predicate#readme.
-
Additional data and structures to some 'String'-related lists. Is primarily used to transform some Strings read from a file.
-
Human exchangable identifiers and locators Overview Simple identifiers (as used, for example, as "locators" in airline reservation systems) using a subset of the Latin1 alphabet whose characters are unambigious when written or spoken.
-
Run FastLogger in a thread and direct all queued messages to it. Please see README.md
-
Simplified logging in IO for application writers. logging is a wrapper around fast-logger which makes it easy to log from IO. It provides the following conveniences on top of those libraries:
- A set of shorter functions to type: debug, log, warn, plus others that flush after each message, or which allow providing a message source string.
- Logging variants of error, trace and traceShow, called errorL, traceL and traceShowL. These use unsafePerformIO in order to act as direct replacements, so the usual caveats apply.
- A global function, setDebugLevel, which uses a global IORef to record the logging level, saving you from having to carry around the notion of "verbosity level" in a Reader environment.
- A set of "timed" variants, timedLog and timedDebug, which report how long the specified action took to execute in wall-clock time.
-
A mtl-style monad transformer for general purpose & compositional logging A mtl-style monad transformer for general purpose & compositional logging
-
Left and right actions, semidirect products and torsors Please see the README on GitHub at https://github.com/AliceRixte/lr-acts/blob/main/README.md