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.
-
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
-
xeno backend support for the xmlbf library. xeno backend support for the xmlbf library.
-
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.
-
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
- Strict ByteStrings,
- Lazy ByteStrings,
- ShortByteStrings (i.e. ByteArray#s), or
- CStringLen (i.e. Ptrs).
-
Flexible declarative YAML parsing toolkit Very flexible declarative YAML parsing toolkit with extensive error detalization capabilities and expected schema generation.
-
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.
-
Authentication for Yesod. API docs and the README are available at http://www.stackage.org/package/yesod-auth
-
Static file serving subsite for Yesod Web Framework. API docs and the README are available at http://www.stackage.org/package/yesod-static
-
GHC style name Z-encoding and Z-decoding Implements GHC's name mangling. This code was taken directly from the GHC source.
-
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.