Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. package ttc

    Textual Type Classes This library provides type classes for conversion between data types and textual data types (strings). Please see the README on GitHub at https://github.com/ExtremaIS/ttc-haskell/tree/main/ttc#readme.

  2. package type-errors

    Tools for writing better type errors Please see the README on GitHub at https://github.com/isovector/type-errors#readme

  3. package typelevel-tools-yj

    type level tools Please see the README on GitHub at https://github.com/YoshikuniJujo/typelevel-tools-yj#readme

  4. package unicode-data

    Access Unicode Character Database (UCD) unicode-data provides Haskell APIs to efficiently access the Unicode character database (UCD). Performance is the primary goal in the design of this package. The Haskell data structures are generated programmatically from the UCD files. The latest Unicode version supported by this library is 15.1.0.

  5. package union-angle

    Union type that include radian angle and degree angle Please see the README on GitHub at https://github.com/YoshikuniJujo/union-angle#readme

  6. package universe-some

    Universe instances for Some from some A class for finite and recursively enumerable types and some helper functions for enumerating them defined in universe-base package:

    class Universe a where universe :: [a]
    class Universe a => Finite a where universeF :: [a]; universeF = universe
    
    This package adds
    class UniverseSome f where universeSome :: [Some f]
    class UniverseSome f => FiniteSome f where universeFSome :: [Some f]; universeFSome = universe
    
    classes.

  7. package validity-aeson

    Validity instances for aeson Validity instances for aeson

  8. package validity-bytestring

    Validity instances for bytestring Please see README.md

  9. package validity-scientific

    Validity instances for scientific Validity instances for scientific

  10. package vector-hashtables

    Efficient vector-based mutable hashtables implementation. This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015). See Data.Vector.Hashtables for documentation.

Page 98 of many | Previous | Next