Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. (.||.) :: SetOperations set set' setResult => STM set -> STM set' -> STM setResult

    TCache Data.TCache.IndexQuery

    No documentation available.

  2. (.!) :: forall (m :: Type -> Type) err a err' . Functor m => ParseT err m a -> (err -> err') -> ParseT err' m a

    aeson-better-errors Data.Aeson.BetterErrors

    An infix version of mapError.

  3. (.!) :: forall (m :: Type -> Type) err a err' . Functor m => ParseT err m a -> (err -> err') -> ParseT err' m a

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    An infix version of mapError.

  4. (..!=) :: WarningParser (Maybe a) -> a -> WarningParser a

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .!=.

  5. (...:) :: FromJSON a => Object -> [Text] -> WarningParser a

    aeson-warning-parser Data.Aeson.WarningParser

    Synonym version of ..:.

  6. (...:?) :: FromJSON a => Object -> [Text] -> WarningParser (Maybe a)

    aeson-warning-parser Data.Aeson.WarningParser

    Synonym version of ..:?.

  7. (..:) :: FromJSON a => Object -> Text -> WarningParser a

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .:.

  8. (..:?) :: FromJSON a => Object -> Text -> WarningParser (Maybe a)

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .:?.

  9. (.:) :: FromJSON a => Object -> Text -> Parser a

    aeson-warning-parser Data.Aeson.WarningParser

    Extends the .: warning to include the field name that failed to parse.

  10. (.:?) :: FromJSON a => Object -> Text -> Parser (Maybe a)

    aeson-warning-parser Data.Aeson.WarningParser

    Extends the .:? warning to include the field name that failed to parse.

Page 53 of many | Previous | Next