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

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. newtype MaybeFin# (a :: Nat)

    natural-arithmetic Arithmetic.Unsafe

    Either a Fin# or Nothing. Internally, this uses negative one to mean Nothing.

  2. MaybeFin# :: forall (a :: Nat) . Int# -> MaybeFin# a

    natural-arithmetic Arithmetic.Unsafe

    No documentation available.

  3. newtype MaybeFin32# (a :: Nat)

    natural-arithmetic Arithmetic.Unsafe

    No documentation available.

  4. MaybeFin32# :: forall (a :: Nat) . Int32# -> MaybeFin32# a

    natural-arithmetic Arithmetic.Unsafe

    No documentation available.

  5. module MaybeFieldDefsTest

    No documentation available.

  6. MaybeOwnedPet :: !Maybe (Key (PersonGeneric backend)) -> Text -> PetType -> MaybeOwnedPetGeneric backend

    persistent-test PersistentTestModels

    No documentation available.

  7. type MaybeOwnedPet = MaybeOwnedPetGeneric SqlBackend

    persistent-test PersistentTestModels

    No documentation available.

  8. data MaybeOwnedPetGeneric backend

    persistent-test PersistentTestModels

    No documentation available.

  9. type MaybeOwnedPetId = Key MaybeOwnedPet

    persistent-test PersistentTestModels

    No documentation available.

  10. type family MaybeIOE (sideEffects :: SideEffects) (es :: [Effect])

    effectful-core Effectful.Dispatch.Static

    Require the IOE effect for running statically dispatched effects whose operations perform side effects.

Page 20 of many | Previous | Next

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