Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. headMay :: [a] -> Maybe a

    protolude Protolude.Safe

    No documentation available.

  2. headerCell :: Lines borders => Text -> Cell borders Text

    hledger-lib Hledger.Write.Spreadsheet

    No documentation available.

  3. headerOptional :: (FromJSON a, ProtectionIndicator p) => Text -> Maybe Object -> Maybe Object -> Parser (Maybe (HeaderParam p a))

    jose Crypto.JOSE.Header

    Parse an optional parameter that may be carried in either the protected or the unprotected header.

  4. headerOptional' :: ProtectionIndicator p => (Value -> Parser a) -> Text -> Maybe Object -> Maybe Object -> Parser (Maybe (HeaderParam p a))

    jose Crypto.JOSE.Header

    Parse an optional parameter that may be carried in either the protected or the unprotected header. Like headerOptional, but with an explicit argument for the parser.

  5. headerOptionalProtected :: FromJSON a => Text -> Maybe Object -> Maybe Object -> Parser (Maybe a)

    jose Crypto.JOSE.Header

    Parse an optional parameter that, if present, MUST be carried in the protected header.

  6. headerRequired :: (FromJSON a, ProtectionIndicator p) => Text -> Maybe Object -> Maybe Object -> Parser (HeaderParam p a)

    jose Crypto.JOSE.Header

    Parse a required parameter that may be carried in either the protected or the unprotected header.

  7. headerRequiredProtected :: FromJSON a => Text -> Maybe Object -> Maybe Object -> Parser a

    jose Crypto.JOSE.Header

    Parse a required parameter that MUST be carried in the protected header.

  8. header :: forall p a f . (Contravariant f, Functor f) => (a p -> f (a p)) -> Signature p a -> f (Signature p a)

    jose Crypto.JOSE.JWS

    Getter for header of a signature

  9. headE :: MonadHold t m => Event t a -> m (Event t a)

    reflex Reflex.Class

    Create a new Event that only occurs only once, on the first occurrence of the supplied Event.

  10. head_ :: HasHead s a => Lens' s a

    swagger2 Data.Swagger.Lens

    No documentation available.

Page 35 of many | Previous | Next