Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. expectJust :: HasCallStack => Maybe a -> IO a

    ImpSpec Test.ImpSpec.Expectations

    Return value from the Just an fail otherwise Difference from shouldSatisfy action isJust in that expectJust will force the content of the Just to WHNF and it will also return it.

  2. expectJustDeep :: (HasCallStack, NFData a) => Maybe a -> IO a

    ImpSpec Test.ImpSpec.Expectations

    Same as expectJust, but will force the value to NF

  3. expectJustDeep_ :: (HasCallStack, NFData a) => Maybe a -> IO ()

    ImpSpec Test.ImpSpec.Expectations

    Same as expectJustDeep, but will discard the forced contents of Just

  4. shouldBeJust :: (HasCallStack, Show a, Eq a) => Maybe a -> a -> Expectation

    ImpSpec Test.ImpSpec.Expectations

    Same as shouldBe, except it checks that the value is Just

  5. expectJust :: (HasCallStack, MonadIO m) => Maybe a -> m a

    ImpSpec Test.ImpSpec.Expectations.Lifted

    No documentation available.

  6. expectJustDeep :: (HasCallStack, NFData a, MonadIO m) => Maybe a -> m a

    ImpSpec Test.ImpSpec.Expectations.Lifted

    No documentation available.

  7. expectJustDeep_ :: (HasCallStack, NFData a, MonadIO m) => Maybe a -> m ()

    ImpSpec Test.ImpSpec.Expectations.Lifted

    No documentation available.

  8. shouldBeJust :: (HasCallStack, Show a, Eq a, MonadIO m) => Maybe a -> a -> m ()

    ImpSpec Test.ImpSpec.Expectations.Lifted

    Same as shouldBe, except it checks that the value is Just

  9. MyJust :: a -> MyMaybe a

    LPFP LPFP.SimpleVec

    No documentation available.

  10. tokenIsJustCommandOutput :: Token -> Bool

    ShellCheck ShellCheck.AnalyzerLib

    No documentation available.

Page 108 of many | Previous | Next