Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. package tuples

    Small monomorphic tuples This library provides small tuples where all the elements are the same type. The elements always unpack into the data constructor. This can be helpful when the tuple type is itself nested inside of another data constructor.

  2. package twitter-types

    Twitter JSON parser and types Please see the README on Github at https://github.com/himura/twitter-types#readme

  3. package type-equality

    Data.Type.Equality compat package This library defines a propositional equality data type, shims Data.Type.Equality as well as possible for older GHCs (< 7.8).

    data a :~: b where
    Refl :: a :~: a
    
    The module Data.Type.Equality.Hetero shims :~~: equality, for compilers with PolyKinds

  4. package type-fun

    Collection of widely reimplemented type families Collection of widely reimplemented type families

  5. package type-hint

    Guide type inference with proxy values This package provides Proxy values for various types from the base library and functions to use these values as hints for type inference.

  6. package type-level-bytestrings

    Tools for manipulating type-level bytes and bytestrings Please see README.md.

  7. package type-level-show

    Utilities for writing Show-like type families Please see README.md.

  8. package type-natural

    Type-level natural and proofs of their properties. Type-level natural numbers and proofs of their properties.

  9. package type-of-html

    High performance type driven html generation. This library makes most invalid html documents compile time errors and uses advanced type level features to realise compile time computations.

  10. package typecheck-plugin-nat-simple

    Simple type check plugin which calculate addition, subtraction and less-or-equal-than Please see the README on GitHub at https://github.com/YoshikuniJujo/typecheck-plugin-nat-simple#readme

Page 146 of many | Previous | Next