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.
-
ghc GHC.Utils.Misc No documentation available.
-
ghc GHC.Utils.Outputable No documentation available.
IsEmptyOrSingleton :: Bool -> IsEmptyOrSingletonghc GHC.Utils.Outputable No documentation available.
isListEmptyOrSingleton :: [a] -> IsEmptyOrSingletonghc GHC.Utils.Outputable No documentation available.
unboxed_singleton_con :: l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax No documentation available.
unboxed_singleton_con_name :: l -> QName lhaskell-src-exts Language.Haskell.Exts.Syntax No documentation available.
unboxed_singleton_tycon :: l -> Type lhaskell-src-exts Language.Haskell.Exts.Syntax No documentation available.
unboxed_singleton_tycon_name :: l -> QName lhaskell-src-exts Language.Haskell.Exts.Syntax No documentation available.
-
comfort-array Data.Array.Comfort.Shape No documentation available.
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.