Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. module Relude.List.NonEmpty

    This module contains reexports from Data.List.NonEmpty and safe functions to work with list type in terms of NonEmpty. Note, that Relude reexports head, tail, init, last from Data.List.NonEmpty instead of the Data.List, so these functions are safe to use. TODO: table relude also provides custom type error for better experience with transition from lists to NonEmpty with those functions. Let's examine the behaviour of the relude list functions comparing to the corresponding base one on the example of the head function: TODO: table

  2. data NonEmpty a

    relude Relude.List.NonEmpty

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

  3. data NonEmpty a

    base-compat-batteries Data.List.NonEmpty.Compat

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

  4. module Basement.NonEmpty

    A newtype wrapper around a non-empty Collection.

  5. newtype NonEmpty a

    basement Basement.NonEmpty

    NonEmpty property for any Collection

  6. NonEmpty :: a -> NonEmpty a

    basement Basement.NonEmpty

    No documentation available.

  7. data NonEmpty a

    ghc-internal GHC.Internal.Base

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

  8. data NonEmpty a

    protolude Protolude

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

  9. module TextShow.Data.List.NonEmpty

    TextShow instance for NonEmpty lists. Since: 3

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

    HaXml Text.XML.HaXml.XmlContent.Parser

    No documentation available.

Page 3 of many | Previous | Next