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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. SBoolKb :: Bool -> SBoolKb (f :: Symbol)

    ghc-typelits-knownnat GHC.TypeLits.KnownNat

    No documentation available.

  2. natBoolSing3 :: KnownNat2Bool f a b c => SNatKn f

    ghc-typelits-knownnat GHC.TypeLits.KnownNat

    No documentation available.

  3. data SBool (a :: Bool)

    singletons-base Data.Bool.Singletons

    No documentation available.

  4. sBool_ :: forall a (t1 :: a) (t2 :: a) (t3 :: Bool) . Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply (Bool_Sym0 :: TyFun a (a ~> (Bool ~> a)) -> Type) t1) t2) t3)

    singletons-base Data.Bool.Singletons

    No documentation available.

  5. data SBool (a :: Bool)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  6. data SBool (a :: Bool)

    singletons-base Prelude.Singletons

    No documentation available.

  7. MsgBoolNo :: FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  8. MsgBoolYes :: FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  9. MsgInvalidBool :: Text -> FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

  10. checkBool :: forall (m :: Type -> Type) msg a . (Monad m, RenderMessage (HandlerSite m) msg) => (a -> Bool) -> msg -> Field m a -> Field m a

    yesod-form Yesod.Form.Functions

    Return the given error message if the predicate is false.

Page 84 of many | Previous | Next

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