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.
-
Homogeneous tuples of arbitrary length. Please see the README on Github at https://github.com/athanclark/n-tuple#readme
-
Nitro Elements, Events and Actions Nitro DSL
-
Small library for Erlang-style actor semantics A small, beginner-friendly library for Erlang-style actor semantics, for coordinating concurrent processes and message passing Processes are plain IO actions, so no monad transformers needed (no liftIO!) For best performance, compile with:
ghc -O2 -threaded -rtsopts -with-rtsopts=-N
-
Induction over natural numbers Induction over natural numbers
-
User-friendly text collation The built-in comparisons for textual data are based on Unicode ordinals. This does not match most every-day sorting algorithms. For example, "z10.txt" is sorted after "z2.txt" by users, but before it by naïve algorithms. This package provides an implementation of "natural sort", which more closely matches user expectations. See also: http://www.davekoelle.com/alphanum.html
-
Nerd Font Icons for use in haskell The `Graphics.Icons.NerdFont` module simplifies using Nerd Fonts Icons in your Haskell source code by providing constants for the icon code points.
-
data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP The network stack extracted from the House (https://code.google.com/p/pdxhouse/) project. Provides data structures and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP and TFTP packets as well as some server implementations. This package was extracted from house due to the lack of existing network package parsing libraries.
package
network-messagepack-rpc MessagePack RPC MessagePack RPC library based on the "data-msgpack" package.
-
Simple interface to TLS secured network sockets. Simple interface to TLS secured network sockets.
-
Knowledge of Nix's installation directories. This module provides full paths to various Nix utilities, like nix-store, nix-instantiate, and nix-env.