Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Auto Korean conjugator/adjustor/adopter/converter Please see the README on GitHub at https://github.com/QuietJoon/ENIG#readme
-
Parsing all context-free grammars using Earley's algorithm. See https://www.github.com/ollef/Earley for more information and https://github.com/ollef/Earley/tree/master/examples for examples.
-
A raw binding for the OpenGL graphics system GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer interface. OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. For more information about OpenGL and its various extensions, please see http://www.opengl.org/ and http://www.opengl.org/registry/.
-
Faux heterogeneous sets Faux heterogeneous sets
-
Approximate equality for floating point numbers with HUnit This package exports combinators useful in comparing floating-point numbers in HUnit tests, by using approximate equality.
-
Work with HTML more easily in HXT See examples and full readme on the Github page: https://github.com/egonSchiele/HandsomeSoup
-
A library for arbitrary precision decimal numbers. Please see the README on GitHub at https://github.com/thma/HasBigDecimal#readme
-
Cashflow modeling library for structured finance Please see the README on GitHub at https://github.com/yellowbean/Hastructure#readme
-
A RESTful microService for IPv6-related data IPv6DB is a RESTful microservice using Redis as backend to store lists of IPv6 addresses and attach to each of them any valuable data in a schema-free valid JSON value. Each resource can be permanent or TTLed.
-
Imperative approach to testing stateful applications. ImpSpec is build on top of HSpec and QuickCheck Let a little imp help you discover all the bugs in your stateful Haskell program.