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.
-
Please see the README at https://codeberg.org/jjba23/yggdrasil-schema
-
Emacs keymap for Yi editor Emacs keymap for Yi editor
-
Vim keymap for Yi editor Vim keymap for Yi editor
-
Yi editor miscellaneous modes Yi editor miscellaneous modes
-
Bindings to Facebook's Yoga layout library The Yoga library from Facebook is a fast layout engine written in C that implements flexbox. There are two main ways to interface with these bindings. The high-level bindings are stored in the Yoga module and provide a more Haskell-like interface to the library. The other option is to directly use the C-level bindings in Bindings.Yoga. If you do so you do so at your own risk (i.e. you must manage your own memory). The examples are not built nor included by default. Please refer to the source tarball for examples on how to use this library. These bindings are not affiliated with Facebook in any way, and have been developed separately for the sole purpose of interfacing with their open source library.
-
A standard compliant HTML parsing library Zenacy HTML is an HTML parsing and processing library that implements the WHATWG HTML parsing standard. The standard is described as a state machine that this library implements exactly as spelled out including all the error handling, recovery, and conformance checks that makes it robust in handling any HTML pulled from the web. In addition to parsing, the library provides many processing features to help extract information from web pages or rewrite them and render the modified results.
-
Unicode utilities for Haskell Zenacy Unicode includes tools for checking byte order marks (BOM) and cleaning data to remove invalid bytes. These tools can help ensure that data pulled from the web can be parsed and converted to text.
-
Haskell implementation of several ZeroMQ patterns. Haskell implementation of several ZeroMQ patterns that you can find in the official ZeroMQ guide.
-
Traversal based zippers Traversal based zippers.
-
Angles in degrees and radians. A simple little library for dealing with geometric angles.