Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setNumCapabilities :: MonadBase IO m => Int -> m ()

    lifted-base Control.Concurrent.Lifted

    Generalized version of setNumCapabilities.

  2. setAnnotation :: Typeable value => value -> Config -> Config

    hspec-core Test.Hspec.Core.Extension.Config

    No documentation available.

  3. setAnnotation :: Typeable value => value -> Item a -> Item a

    hspec-core Test.Hspec.Core.Extension.Item

    No documentation available.

  4. setupAround :: forall inner (outers :: [Type]) result any . SetupFunc inner -> TestDefM outers inner result -> TestDefM outers any result

    sydtest Test.Syd

    Use around with a SetupFunc

  5. setupAroundAll :: forall outer (outers :: [Type]) inner result . SetupFunc outer -> TestDefM (outer ': outers) inner result -> TestDefM outers inner result

    sydtest Test.Syd

    Use aroundAll with a SetupFunc

  6. setupAroundAllWith :: forall oldOuter newOuter (outers :: [Type]) inner result . (oldOuter -> SetupFunc newOuter) -> TestDefM (newOuter ': (oldOuter ': outers)) inner result -> TestDefM (oldOuter ': outers) inner result

    sydtest Test.Syd

    Use aroundAllWith with a SetupFunc

  7. setupAroundWith :: forall oldInner newInner (outers :: [Type]) result . (oldInner -> SetupFunc newInner) -> TestDefM outers newInner result -> TestDefM outers oldInner result

    sydtest Test.Syd

    Use aroundWith with a SetupFunc

  8. setupAroundWith' :: forall (outers :: [Type]) outer oldInner newInner result . HContains outers outer => (outer -> oldInner -> SetupFunc newInner) -> TestDefM outers newInner result -> TestDefM outers oldInner result

    sydtest Test.Syd

    Use aroundWith' with a SetupFunc

  9. setupAround :: forall inner (outers :: [Type]) result any . SetupFunc inner -> TestDefM outers inner result -> TestDefM outers any result

    sydtest Test.Syd.Def.SetupFunc

    Use around with a SetupFunc

  10. setupAroundAll :: forall outer (outers :: [Type]) inner result . SetupFunc outer -> TestDefM (outer ': outers) inner result -> TestDefM outers inner result

    sydtest Test.Syd.Def.SetupFunc

    Use aroundAll with a SetupFunc

Page 209 of many | Previous | Next