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.

  1. package sayable

    Construction of context-adjusted pretty output This package provides a set of data structures, classes and operators that facilitate the construction of a Prettyprinter Doc object. The difference between this an Prettyprinter is:

    • Additional "saytag" parameter that can be used to control the Doc rendering.
    • Brevity of syntax (using operators) designed to enhance conversion of arguments and readability of messages and conversion

  2. package scale

    SCALE v2.0 codec for Haskell Web3 library. Client library for Third Generation of Web.

  3. package semaphore-compat

    Cross-platform abstraction for system semaphores This package provides a cross-platform implementation of system semaphores that abstracts over the unix and Win32 libraries.

  4. package servant-multipart

    multipart/form-data (e.g file upload) support for servant This package adds server-side support of file upload to the servant ecosystem.

  5. package servant-multipart-client

    multipart/form-data (e.g file upload) support for servant This package adds client-side support for file upload to the servant ecosystem.

  6. package simple-affine-space

    A simple library for affine and vector spaces. Affine spaces and vector spaces with a few basic instances. This library implements affine spaces and vector spaces. Two instances are provided for affine spaces (points) and two more for vector spaces (vectors). These definitions are strict, implement deepseq, and are designed to have minimal memory overhead.

  7. package simple-cairo

    Binding to Cairo library Please see the README on GitHub at https://github.com/YoshikuniJujo/simple-cairo#readme

  8. package singletons-th

    A framework for generating singleton types singletons-th defines Template Haskell functionality that allows promotion of term-level functions to type-level equivalents and singling functions to dependently typed equivalents. This library was originally presented in Dependently Typed Programming with Singletons, published at the Haskell Symposium, 2012. (https://richarde.dev/papers/2012/singletons/paper.pdf) See also the paper published at Haskell Symposium, 2014, which describes how promotion works in greater detail: https://richarde.dev/papers/2014/promotion/promotion.pdf. singletons-th generates code that relies on bleeding-edge GHC language extensions. As such, singletons-th only supports the latest major version of GHC (currently GHC 9.10). For more information, consult the singletons README. You may also be interested in the following related libraries:

    • The singletons library is a small, foundational library that defines basic singleton-related types and definitions.
    • The singletons-base library uses singletons-th to define promoted and singled functions from the base library, including the Prelude.

  9. package smtlib-backends

    Low-level functions for SMT-LIB-based interaction with SMT solvers. This library provides an extensible interface for interacting with SMT solvers using SMT-LIB. The smtlib-backends-process package provides a backend that runs solvers as external processes, and the smtlib-backends-z3 package provides a backend that uses inlined calls to Z3's C API.

  10. package some-dict-of

    Carry evidence of constraints around Please see the README on GitHub at https://github.com/parsonsmatt/some-dict-of#readme

Page 93 of many | Previous | Next