• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. type family PositionOfImpl (i :: Nat) (x :: k) (xs :: [k]) :: Nat

    data-diverse Data.Diverse.TypeLevel.Internal

    Get the first position of a type (indexed by 1) Will return 0 if x doesn't exists in xs.

  2. data PerformerConf

    data-effects-th Data.Effect.TH

    No documentation available.

  3. PerformerConf :: String -> Bool -> (Maybe String -> Q (Maybe String)) -> (Int -> Maybe String -> Q (Maybe String)) -> PerformerConf

    data-effects-th Data.Effect.TH

    No documentation available.

  4. data PerformerConf

    data-effects-th Data.Effect.TH.Internal

    No documentation available.

  5. PerformerConf :: String -> Bool -> (Maybe String -> Q (Maybe String)) -> (Int -> Maybe String -> Q (Maybe String)) -> PerformerConf

    data-effects-th Data.Effect.TH.Internal

    No documentation available.

  6. data Parsed α

    data-textual Data.Textual

    Parsing result.

  7. Parsed :: α -> Parsed α

    data-textual Data.Textual

    No documentation available.

  8. class Printable α

    data-textual Data.Textual

    The default printer for values of a type.

  9. class PositionalSystem s

    data-textual Data.Textual.Fractional

    Positional numeral system.

  10. class PositionalSystem s

    data-textual Data.Textual.Integral

    Positional numeral system.

Page 821 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete