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.
-
Semantic version numbers and constraints. Salve provides semantic version (SemVer) numbers and constraints (ranges).
-
Orphan instances for types from sample-frame and numericprelude Orphan instances for types from sample-frame package and type classes from numeric-prelude. Using this package instead defining custom orphan instances saves you from conflicting instances. This is used by packages synthesizer, synthesizer-alsa, synthesizer-llvm.
-
Sample values from collections. Basic sampling tools. Exports variations on two simple functions for sampling from arbitrary Foldable collections:
- sample, for sampling without replacement
- resample, for sampling with replacement (i.e., a bootstrap)
-
Data encoding library Reasonably fast data encoding library.
-
Sandwich integration with QuickCheck Please see the documentation.
-
Sandwich integration with Slack Please see the documentation.
-
Sandwich integration with Selenium WebDriver Please see the documentation.
-
SwiftNav's SBP Library Haskell bindings for Swift Navigation Binary Protocol (SBP), a fast, simple, and minimal binary protocol for communicating with Swift devices. It is the native binary protocol used by the Piksi GPS receiver to transmit solutions, observations, status and debugging messages, as well as receive messages from the host operating system, such as differential corrections and the almanac.
-
A high level web scraping library for Haskell. Scalpel is a web scraping library inspired by libraries like Parsec and Perl's Web::Scraper Scalpel builds on top of TagSoup to provide a declarative and monadic interface.
-
Easy and type-safe format strings for parsing and printing A lightweight library for one-off parsing and printing. See README.