Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package network-byte-order

    Network byte order utilities Peek and poke functions for network byte order.

  2. package network-info

    Access the local computer's basic network configuration This library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of all the network interfaces and their respective IPv4, IPv6 and MAC addresses. network-info has been tested and is known to work on Ubuntu, FreeBSD, NetBSD, Mac OS and Windows.

  3. package network-run

    Simple network runner library Simple functions to run network clients and servers.

  4. package newtype-generics

    A typeclass and set of functions for working with newtypes Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala. Generics support was added in version 0.4, making this package a full replacement for the original newtype package, and a better alternative to newtype-th.

  5. package nonempty-containers

    Non-empty variants of containers data types, with full API Efficient and optimized non-empty versions of types from containers. Inspired by non-empty-containers library, except attempting a more faithful port (with under-the-hood optimizations) of the full containers API. Also contains a convenient typeclass abstraction for converting betwewen non-empty and possibly-empty variants. See README.md for more information.

  6. package numhask-space

    Numerical spaces. numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

    Usage

    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    >>> import NumHask.Space
    

  7. package om-show

    Utilities for showing string-like things. Utilities for showing string-like things.

  8. package optics-th

    Optics construction using TemplateHaskell This package is part of the optics package family. It provides machinery to construct optics using TemplateHaskell. See the template-haskell-optics package for optics to work with template-haskell types.

  9. package optparse-generic

    Auto-generate a command-line parser for your datatype This library auto-generates an optparse-applicative-compatible Parser from any data type that derives the Generic interface. See the documentation in Options.Generic for an example of how to use this library

  10. package patch

    Data structures for describing changes to other data structures. Data structures for describing changes to other data structures. In this library, a patch is something which can be applied, analogous to a function, and which distinguishes returning the argument it was provided from returning something else.

Page 69 of many | Previous | Next