Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. orderedListMarkers :: (Int, ListNumberStyle, ListNumberDelim) -> [Text]

    pandoc Text.Pandoc.Shared

    Generate infinite lazy list of markers for an ordered list, depending on list attributes.

  2. isOrderedListMarker :: Text -> Bool

    pandoc Text.Pandoc.Writers.Shared

    No documentation available.

  3. runWriterSTMAction :: forall o (r :: EffectRow) a . (Member (Final IO) r, Monoid o) => (o -> STM ()) -> Sem (Writer o ': r) a -> Sem r a

    polysemy Polysemy.Internal.Writer

    A variant of runWriterTVar where an STM action is used instead of a TVar to commit tells.

  4. optIndividualTestModule :: CommandLineOptions a -> Maybe IndividualTestModule

    sandwich Test.Sandwich.Misc

    No documentation available.

  5. testModifyCookies :: (Cookies -> Cookies) -> YesodExample site ()

    yesod-test Yesod.Test

    Modify the current cookies with the given mapping function

  6. testModifySite :: YesodDispatch site => (site -> IO (site, Middleware)) -> YesodExample site ()

    yesod-test Yesod.Test

    Modifies the site (yedSite) of the test, and creates a new WAI app (yedApp) for it. yesod-test allows sending requests to your application to test that it handles them correctly. In rare cases, you may wish to modify that application in the middle of a test. This may be useful if you wish to, for example, test your application under a certain configuration, then change that configuration to see if your app responds differently.

    Examples

    post SendEmailR
    -- Assert email not created in database
    testModifySite (\site -> pure (site { siteSettingsStoreEmail = True }, id))
    post SendEmailR
    -- Assert email created in database
    
    testModifySite (\site -> do
    middleware <- makeLogware site
    pure (site { appRedisConnection = Nothing }, middleware)
    )
    

  7. data ListMode

    OpenGL Graphics.Rendering.OpenGL.GL.DisplayLists

    No documentation available.

  8. listMode :: GettableStateVar ListMode

    OpenGL Graphics.Rendering.OpenGL.GL.DisplayLists

    No documentation available.

  9. hoistMu :: (forall a . () => f a -> g a) -> Mu f -> Mu g

    data-fix Data.Fix

    Change base functor in Mu.

  10. CATCH_STM_FRAME :: ClosureType

    ghc-internal GHC.Internal.ClosureTypes

    No documentation available.

Page 54 of many | Previous | Next