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

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. newtype Par1 p

    barbies Barbies.Internal

    Used for marking occurrences of the parameter

  2. Par1 :: p -> Par1 p

    barbies Barbies.Internal

    No documentation available.

  3. data family Param (n :: Nat) (a :: k) :: k

    barbies Barbies.Internal

    No documentation available.

  4. Prefix :: Fixity

    barbies Barbies.Internal

    No documentation available.

  5. PrefixI :: FixityI

    barbies Barbies.Internal

    No documentation available.

  6. data PrimMVar

    base-prelude BasePrelude

    No documentation available.

  7. type PreferExplicitSize implicit explicit = 'Text "The size of " ':<>: 'ShowType implicit ':<>: 'Text " is machine-dependent. Use an explicitly sized integer such as " ':<>: 'ShowType explicit ':<>: 'Text " instead."

    beam-core Database.Beam.Backend.Internal.Compat

    A type error directing the user to use an explicitly sized integers, instead of Int or Word.

  8. ProjExprs :: [(Expression, Maybe Text)] -> Projection

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

  9. newtype Projection

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

  10. ParseOneField :: forall be a f . (BackendFromField be a, Typeable a) => (a -> f) -> FromBackendRowF be f

    beam-core Database.Beam.Backend.SQL.Row

    No documentation available.

Page 668 of many | Previous | Next

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