Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Gdk bindings Bindings for Gdk, autogenerated by haskell-gi.
-
Compile git revision info into Haskell projects Some handy Template Haskell splices for including the current git hash and branch in the code of your project. Useful for including in panic messages, --version output, or diagnostic info for more informative bug reports.
-
Haskell array programming. This package provides Haskell array programming, interface and environment. Module names clash with each other and with the Prelude.
Usage
>>> import Harpie.Fixed qualified as F >>> import Harpie.Shape qualified as S >>> import Harpie.Array qualified as A
>>> a = F.range @[2,3,4] >>> F.shape a [2,3,4] >>> pretty a [[[0,1,2,3], [4,5,6,7], [8,9,10,11]], [[12,13,14,15], [16,17,18,19], [20,21,22,23]]]
>>> a = A.range [2,3,4] >>> F.shape a [2,3,4] >>> pretty a [[[0,1,2,3], [4,5,6,7], [8,9,10,11]], [[12,13,14,15], [16,17,18,19], [20,21,22,23]]]
-
A fully compliant Haskell 98 lexer A fully compliant Haskell 98 lexer.
-
A Haskell interpreter built on top of the GHC API This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
-
A very simple package providing a cross-platform means of determining the hostname A very simple package providing a cross-platform means of determining the hostname
-
Bindings to Lua, an embeddable scripting language HsLua provides wrappers and helpers to bridge Haskell and Lua. It builds upon the lua package, which allows to bundle a Lua interpreter with a Haskell program. Example programs are can be found in the hslua-examples subdir of the project repository.
-
Contributed functionality for Hspec Contributed functionality for Hspec
-
HTML combinator library This package contains a combinator library for constructing HTML documents.
-
HTTP Date parser/formatter Fast parser and formatter for HTTP Date