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. isSingleton :: [a] -> Bool

    ghc GHC.Utils.Misc

    No documentation available.

  2. newtype IsEmptyOrSingleton

    ghc GHC.Utils.Outputable

    No documentation available.

  3. IsEmptyOrSingleton :: Bool -> IsEmptyOrSingleton

    ghc GHC.Utils.Outputable

    No documentation available.

  4. isListEmptyOrSingleton :: [a] -> IsEmptyOrSingleton

    ghc GHC.Utils.Outputable

    No documentation available.

  5. unboxed_singleton_con :: l -> Exp l

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

    No documentation available.

  6. unboxed_singleton_con_name :: l -> QName l

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

    No documentation available.

  7. unboxed_singleton_tycon :: l -> Type l

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

    No documentation available.

  8. unboxed_singleton_tycon_name :: l -> QName l

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

    No documentation available.

  9. data CheckSingleton check

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  10. 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.

Page 57 of many | Previous | Next