Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Bracketed connection for HDBC This package contains a base bracketed function to call close correctly against opend DB connection.
-
OpenStreetMap Slippy Map OpenStreetMap (OSM) Slippy Map is, in general, a term referring to modern web maps which let you zoom and pan around (the map slips around when you drag the mouse). - http://wiki.openstreetmap.org/wiki/Slippy_Map
-
Haskell Bindings for libsvm The library embeds libsvm and provides a type-safe interface into SVM models.
-
Anaphoric and miscellaneous useful control-flow Anaphoric and miscellaneous useful control-flow
-
Haskell binding for Imlib 2
-
Containers for intervals, with efficient search. Ordered containers of intervals, with efficient search for all keys containing a point or overlapping an interval. See the example code on the home page for a quick introduction.
-
Code for the book Learn Physics with Functional Programming Haskell code to help the user learn mechanics of one particle, mechanics of multiple interacting particles, and electromagnetic theory. LPFP-core elides all of the graphics dependencies of LPFP, so it has a much better chance of building without problems.
-
European option implied vol calculation Haskell binding for Jaekel's "Let's be Rational" implied volatility calculation
-
Trees and monadic trees expressed as monadic lists where the underlying monad is a list Directory tree structure expressed as a monadic tree. Searching, pruning, iterating, and processing trees.
-
Simple zipper for lists List zipper with O(1) get element at cursor, insert at cursor, delete at cursor, move right, and move left operations.