Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. FileId :: FilePath -> Maybe Fd -> FileId

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  2. fileIdFd :: FileId -> Maybe Fd

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  3. fileIdPath :: FileId -> FilePath

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  4. quicChiperID :: Transport -> Word16

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  5. tlsChiperID :: Transport -> Word16

    warp Network.Wai.Handler.Warp.Internal

    Encrypted channel: TLS or SSL

  6. hidden :: MonadParsec e s m => m a -> m a

    megaparsec Text.Megaparsec

    hidden p behaves just like parser p, but it doesn't show any “expected” tokens in error message when p fails. Please use hidden instead of the old label "" idiom.

  7. pstateTabWidth :: PosState s -> Pos

    megaparsec Text.Megaparsec

    Tab width to use for column calculation

  8. newtype InvalidPosException

    megaparsec Text.Megaparsec.Pos

    The exception is thrown by mkPos when its argument is not a positive number.

  9. InvalidPosException :: Int -> InvalidPosException

    megaparsec Text.Megaparsec.Pos

    Contains the actual value that was passed to mkPos

  10. defaultTabWidth :: Pos

    megaparsec Text.Megaparsec.Pos

    Value of tab width used by default. Always prefer this constant when you want to refer to the default tab width because actual value may change in future. Currently:

    defaultTabWidth = mkPos 8
    

Page 409 of many | Previous | Next