Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. PatternFunctorRules :: (Name -> Name) -> (Name -> Name) -> (Name -> Name) -> PatternFunctorRules

    yaya Yaya.Retrofit

    No documentation available.

  2. class Projectable (c :: k -> k1 -> Type) (t :: k) (f :: k -> k1) | t -> f

    yaya Yaya.Retrofit

    This type class is lawless on its own, but there exist types that can’t implement the corresponding embed operation. Laws are induced by implementing either Steppable (which extends this) or Corecursive (which doesn’t).

  3. newtype Partial a

    yaya Yaya.Zoo

    Represents partial functions that may eventually return a value (Left). NB: This is a newtype so we can create the usual instances.

  4. Partial :: Nu (Either a) -> Partial a

    yaya Yaya.Zoo

    No documentation available.

  5. module Yesod.Persist

    No documentation available.

  6. type Prec = Int

    ChasingBottoms Test.ChasingBottoms.ApproxShow

    Precedence level.

  7. data PatternMatch

    ChasingBottoms Test.ChasingBottoms.ContinuousFunctions

    PatternMatch packages up the possible outcomes of a pattern match in a style suitable for generating functions. A pattern match is a generator (Gen) transformer based on the top-level constructor, and a sequence of PatternMatches based on the children of that constructor.

  8. PatternMatch :: GenTransformer -> Seq PatternMatch -> PatternMatch

    ChasingBottoms Test.ChasingBottoms.ContinuousFunctions

    No documentation available.

  9. PartiallyRetained :: WindowState

    GLUT Graphics.UI.GLUT.Callbacks.Window

    The current window is partially obscured.

  10. type PositionCallback = Position -> IO ()

    GLUT Graphics.UI.GLUT.Callbacks.Window

    A position callback

Page 602 of many | Previous | Next