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

Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. MsgBoolNo :: FormMessage

    hledger-web Hledger.Web.Import

    No documentation available.

  2. MsgBoolYes :: FormMessage

    hledger-web Hledger.Web.Import

    No documentation available.

  3. MsgInvalidBool :: Text -> FormMessage

    hledger-web Hledger.Web.Import

    No documentation available.

  4. PersistBool :: Bool -> PersistValue

    hledger-web Hledger.Web.Import

    No documentation available.

  5. SqlBool :: SqlType

    hledger-web Hledger.Web.Import

    No documentation available.

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

    hledger-web Hledger.Web.Import

    Return the given error message if the predicate is false.

  7. c'git_config_get_bool :: Ptr CInt -> Ptr C'git_config -> CString -> IO CInt

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  8. c'git_config_parse_bool :: Ptr CInt -> CString -> IO CInt

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  9. c'git_config_set_bool :: Ptr C'git_config -> CString -> CInt -> IO CInt

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  10. p'git_config_get_bool :: FunPtr (Ptr CInt -> Ptr C'git_config -> CString -> IO CInt)

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

Page 155 of many | Previous | Next

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