Hoogle Search

Within LTS Haskell 24.53 (ghc-9.10.3)

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

  1. unboxed_singleton_con :: l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    No documentation available.

  2. unboxed_singleton_con_name :: l -> QName l

    haskell-src-exts Language.Haskell.Exts.Syntax

    No documentation available.

  3. unboxed_singleton_tycon :: l -> Type l

    haskell-src-exts Language.Haskell.Exts.Syntax

    No documentation available.

  4. unboxed_singleton_tycon_name :: l -> QName l

    haskell-src-exts Language.Haskell.Exts.Syntax

    No documentation available.

  5. data CheckSingleton check

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  6. genSingletons :: OptionsMonad q => [Name] -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Generate singled definitions for each of the provided type-level declaration Names. For example, the singletons-th package itself uses

    $(genSingletons [''Bool, ''Maybe, ''Either, ''[]])
    
    to generate singletons for Prelude types.

  7. ssingleton :: e -> Vector DS e

    massiv Data.Massiv.Vector

    Create a delayed stream vector with a single element

    Examples

  8. isSingleton :: Stream Char -> Bool

    jsaddle Data.JSString.Internal.Fusion.Common

    O(n) Indicate whether a string contains exactly one element. Properties

    isSingleton . stream = isSingleton
    

  9. appliedTupleOrSingletonE :: [Exp] -> Exp

    th-lego THLego.Helpers

    No documentation available.

  10. appliedTupleOrSingletonT :: [Type] -> Type

    th-lego THLego.Helpers

    No documentation available.

Page 58 of many | Previous | Next