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.
-
A lightweight golden test runner Language-agnostic golden test runner for command-line applications.
-
Pure module for encoding/decoding Google Polyline Pure module for encoding/decoding Google Polyline
-
Fast, memory efficient and persistent graph implementation A small package providing a powerful and easy to use Haskell graph implementation.
-
A client for Haskell programs to query a GraphQL API A client for Haskell programs to query a GraphQL API.
-
GraphQL with batteries Various extensions and convenience functions for the core graphql package.
-
A simple interface for generating persistent data and linking its dependencies Please see README.md
-
Haskell binding for Gremlin graph query language Haskell binding for Gremlin graph query language. See README.md for detail. This package is the main entry point of greskell family. It re-exports greskell-core package, and adds some useful functions to it.
-
Symbolic evaluation as a library Grisette is a reusable symbolic evaluation library for Haskell. By translating programs into constraints, Grisette can help the development of program reasoning tools, including verification, synthesis, and more. The Grisette module exports all the core APIs for building a symbolic evaluation tool. A high-level overview of the module structures are available there. A detailed introduction to Grisette is available at Grisette.Core. More lifted libraries are provided in Grisette.Lib.* modules. The Grisette.Unified module offers an experimental unified interface for symbolic and concrete evaluation. This module should be imported qualified. For more details, please checkout the README and tutorials.
-
Tools to build the Gtk2Hs suite of User Interface libraries. This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool that is used to generate FFI declarations, a tool to build a type hierarchy that mirrors the C type hierarchy of GObjects found in glib, and a generator for signal declarations that are used to call back from C to Haskell. These tools are not needed to actually run Gtk2Hs programs.
-
Binding to the Gtk+ 3 graphical user interface library This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces.