Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. Pure :: a -> FreeF (f :: Type -> Type) a b

    free Control.Monad.Trans.Free

    No documentation available.

  2. Pure :: a -> FreeF (f :: Type -> Type) a b

    free Control.Monad.Trans.Free.Ap

    No documentation available.

  3. module Distribution.Backpack.PreModuleShape

    No documentation available.

  4. data PreModuleShape

    Cabal Distribution.Backpack.PreModuleShape

    No documentation available.

  5. PreModuleShape :: Set ModuleName -> Set ModuleName -> PreModuleShape

    Cabal Distribution.Backpack.PreModuleShape

    No documentation available.

  6. module Distribution.Compat.Process

    No documentation available.

  7. PublicDomain :: License

    Cabal Distribution.Make

    The author of a package disclaims any copyright to its source code and dedicates it to the public domain. This is not a software license. Please note that it is not possible to dedicate works to the public domain in every jurisdiction, nor is a work that is in the public domain in one jurisdiction necessarily in the public domain elsewhere.

  8. PackageBuildImpossible :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    This package description is no good. There's no way it's going to build sensibly. This should give an error at configure time.

  9. PackageBuildWarning :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    A problem that is likely to affect building the package, or an issue that we'd like every package author to be aware of, even if the package is never distributed.

  10. data PackageCheck

    Cabal Distribution.PackageDescription.Check

    Results of some kind of failed package check. There are a range of severities, from merely dubious to totally insane. All of them come with a human readable explanation. In future we may augment them with more machine readable explanations, for example to help an IDE suggest automatic corrections.

Page 90 of many | Previous | Next