Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. hangNotEmpty :: Doc -> Int -> Doc -> Doc

    ghc-lib-parser GHC.Utils.Ppr

    Apply hang to the arguments if the first Doc is not empty.

  2. assertNotEmpty :: MonadIO m => [a] -> m ()

    persistent-test Init

    No documentation available.

  3. assertNotEqual :: (Eq a, Show a, HasCallStack) => String -> a -> a -> Assertion

    persistent-test Init

    No documentation available.

  4. data DocNote

    servant-docs Servant.Docs

    A type to represent extra notes that may be attached to an Action. This is intended to be used when writing your own HasDocs instances to add extra sections to your endpoint's documentation.

  5. DocNote :: String -> [String] -> DocNote

    servant-docs Servant.Docs

    No documentation available.

  6. _noteBody :: DocNote -> [String]

    servant-docs Servant.Docs

    No documentation available.

  7. _noteTitle :: DocNote -> String

    servant-docs Servant.Docs

    No documentation available.

  8. _notesHeading :: RenderingOptions -> !Maybe String

    servant-docs Servant.Docs

    Optionally group all notes together under a common heading.

  9. data DocNote

    servant-docs Servant.Docs.Internal

    A type to represent extra notes that may be attached to an Action. This is intended to be used when writing your own HasDocs instances to add extra sections to your endpoint's documentation.

  10. DocNote :: String -> [String] -> DocNote

    servant-docs Servant.Docs.Internal

    No documentation available.

Page 101 of many | Previous | Next