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 xml-picklers

    XML picklers based on xml-types, ported from hexpat-pickle A library of combinators that allows Haskell data structures to be pickled (serialized) to/from a representation of XML as defined in xml-types Release history

    • 0.3 Changed the Result type of unpicklers. Unpicklers now fail by default when there are remaining elements
    • 0.2 Error system overhaul
    • 0.1 Initial release

  2. package xmlbf-xeno

    xeno backend support for the xmlbf library. xeno backend support for the xmlbf library.

  3. package xmonad

    A tiling window manager xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. xmonad is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens.

  4. package xor

    Efficient XOR masking This package provides efficient implementations of routines for applying bitwise XOR masks to binary data. The currently supported operations (see Data.XOR API documentation for more details) are applying

    • 8-bit wide XOR masks or
    • 32-bit wide XOR masks
    to binary data represented by
    • Strict ByteStrings,
    • Lazy ByteStrings,
    • ShortByteStrings (i.e. ByteArray#s), or
    • CStringLen (i.e. Ptrs).
    The performance is comparable to portable ISO C99 implementations but this library is implemented as pure Haskell and is thereby compatible with compile targets such as GHCJS.

  5. package yaml-unscrambler

    Flexible declarative YAML parsing toolkit Very flexible declarative YAML parsing toolkit with extensive error detalization capabilities and expected schema generation.

  6. package yaya-hedgehog

    Hedgehog testing support for the Yaya recursion scheme library. If you use Yaya in your own code and have tests written using Hedgehog, then this library will help you with generating trees, verifying type class instances, etc.

  7. package yesod-auth

    Authentication for Yesod. API docs and the README are available at http://www.stackage.org/package/yesod-auth

  8. package yesod-static

    Static file serving subsite for Yesod Web Framework. API docs and the README are available at http://www.stackage.org/package/yesod-static

  9. package zenc

    GHC style name Z-encoding and Z-decoding Implements GHC's name mangling. This code was taken directly from the GHC source.

  10. package zigzag

    Zigzag encoding of integers into unsigned integers. Zigzag encoding is usually a precursor to a varint encoding such as LEB128. It has the advantage that numbers nearer zero are represented with only the lower-order bits set.

Page 152 of many | Previous | Next