Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. class Path path

    foundation Foundation.VFS

    Path type class defines the Path associated types and basic functions to implement related to the path manipulation # TODO, add missing enhancement:

    splitExtension :: PathEnt path -> (PathEnt path, PathEnt path)
    addExtension  :: PathEnt path -> PathEnt path -> PathEnt path
    (.) :: path -> PathEnt path -> path
    (-.) :: path -> PathEnt path -> path
    

  2. module Foundation.VFS.Path

    No documentation available.

  3. class Path path

    foundation Foundation.VFS.Path

    Path type class defines the Path associated types and basic functions to implement related to the path manipulation # TODO, add missing enhancement:

    splitExtension :: PathEnt path -> (PathEnt path, PathEnt path)
    addExtension  :: PathEnt path -> PathEnt path -> PathEnt path
    (.) :: path -> PathEnt path -> path
    (-.) :: path -> PathEnt path -> path
    

  4. type ProductSurgeries (s :: [Type]) a = ProductSurgery Cat s a

    generic-data Generic.Data.Internal.Microsurgery

    Plural of ProductSurgery. Apply a list of microsurgeries.

  5. type ProductSurgery s a = GenericProduct Surgery' s a

    generic-data Generic.Data.Internal.Microsurgery

    Apply a microsurgery s to a type a for DerivingVia for the Monoid class.

  6. module Generic.Data.Internal.Prelude

    Generic deriving for standard classes in base

    Warning

    This is an internal module: it is not subject to any versioning policy, breaking changes can happen at any time. If something here seems useful, please report it or create a pull request to export it from an external module.

  7. type ProductSurgeries (s :: [Type]) a = ProductSurgery Cat s a

    generic-data Generic.Data.Microsurgery

    Plural of ProductSurgery. Apply a list of microsurgeries.

  8. type ProductSurgery s a = GenericProduct Surgery' s a

    generic-data Generic.Data.Microsurgery

    Apply a microsurgery s to a type a for DerivingVia for the Monoid class.

  9. module Data.GenValidity.Persist

    No documentation available.

  10. module GHC.TypeLits.Presburger

    Provides a plain Presburger solver plugin for Nat. For an interface for extension, see GHC.TypeLits.Presburger.Types.

Page 623 of many | Previous | Next