Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  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.Def.SetupFunc

    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.Def.SetupFunc

    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.Def.SetupFunc

    Use aroundWith' with a SetupFunc

  9. setupAroundWithAll :: forall (outers :: [Type]) oldInner newInner result . (HList outers -> oldInner -> SetupFunc newInner) -> TestDefM outers newInner result -> TestDefM outers oldInner result

    sydtest Test.Syd.Def.SetupFunc

    Use all outer resources and the inner resource to provide a new inner resource This is a more constrained version of setupAroundWith' to more easily allow providing an inner resource based on multiple outer resources

  10. settingColour :: Settings -> !Maybe Bool

    sydtest Test.Syd.OptParse

    Whether to use colour in the output, Nothing means "detect"

Page 194 of many | Previous | Next