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. (.>=.) :: RelationOps field1 field2 res => field1 -> field2 -> STM res

    TCache Data.TCache.IndexQuery

    No documentation available.

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

    TCache Data.TCache.IndexQuery

    No documentation available.

  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

    An infix version of mapError.

  4. (.!) :: 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.

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

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .!=.

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

    aeson-warning-parser Data.Aeson.WarningParser

    Synonym version of ..:.

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

    aeson-warning-parser Data.Aeson.WarningParser

    Synonym version of ..:?.

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

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .:.

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

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .:?.

  10. (.:) :: FromJSON a => Object -> Text -> Parser 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