Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. module Data.TDigest.Vector.NonEmpty

    No documentation available.

  2. module Algebra.Graph.NonEmpty

    Alga is a library for algebraic construction and manipulation of graphs in Haskell. See this paper for the motivation behind the library, the underlying theory, and implementation details. This module defines the data type Graph for algebraic graphs that are known to be non-empty at compile time. To avoid name clashes with Algebra.Graph, this module can be imported qualified:

    import qualified Algebra.Graph.NonEmpty as NonEmpty
    
    The naming convention generally follows that of Data.List.NonEmpty: we use suffix 1 to indicate the functions whose interface must be changed compared to Algebra.Graph, e.g. vertices1.

  3. data NonEmpty a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    Non-empty (and non-strict) list type.

  4. data NonEmpty a

    ihaskell IHaskellPrelude

    Non-empty (and non-strict) list type.

  5. data NonEmpty a

    incipit-base Incipit.Base

    Non-empty (and non-strict) list type.

  6. data NonEmpty a

    keyed-vals-hspec-tests Test.KeyedVals.Hspec

    Non-empty (and non-strict) list type.

  7. NonEmpty :: Box (NEHeap k a) -> Heap k a

    linear-base Foreign.Heap

    No documentation available.

  8. Nonempty :: Text -> NonemptyText

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  9. newtype NonEmpty a

    testing-type-modifiers Data.Modifiers

    A type of non empty lists such that nonEmpty xs /= [] .

  10. NonEmpty :: [a] -> NonEmpty a

    testing-type-modifiers Data.Modifiers

    No documentation available.

Page 6 of many | Previous | Next