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.

  1. package om-logging

    Opinionated logging utilities. A set of logging combinators for use with monad-logger.

  2. package om-time

    Misc. time utilites A monad interface for obtain the current TimeSpec, along with a few other utilities.

  3. package one-liner-instances

    Generics-based implementations for common typeclasses Provides generics-based implementations for common typeclasses using Generics. Please see the README on Github at https://github.com/mstksg/one-liner-instances#readme

  4. package opentelemetry-wai

    OpenTelemetry middleware for wai

  5. package optics-operators

    A tiny package containing operators missing from the official package. A tiny package containing operators missing from the official package. Basic example using state operators:

    newtype Person = Person { age :: Int } deriving (Show, Generic)
    
    main :: IO ()
    main = print <=< flip execStateT (Person 0) $ do
    #age += 50
    #age -= 20
    
    -- Output: Person {age = 30}
    

  6. package optics-vl

    Utilities for compatibility with van Laarhoven optics This package is part of the optics package family. It provides utilities for converting between the Optic type defined by optics and the van Laarhoven representations of optics that require definitions outside of base (in particular isomorphisms and prisms).

  7. package optparse-enum

    An enum-text based toolkit for optparse-applicative Please see the README on GitHub at https://github.com/cdornan/optparse-enum#readme

  8. package overhang

    Hang loose with your lambdas! Combinators for clean, "hanging" lambdas.

  9. package pagure

    Pagure REST client library A library for querying a Pagure gitforge via REST

  10. package palette

    Utilities for choosing and creating color schemes. Sets of predefined colors and tools for choosing and creating color schemes. Random colors.

Page 313 of many | Previous | Next