Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

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

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

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .!=.

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

    aeson-warning-parser Data.Aeson.WarningParser

    Synonym version of ..:.

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

    aeson-warning-parser Data.Aeson.WarningParser

    Synonym version of ..:?.

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

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .:.

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

    aeson-warning-parser Data.Aeson.WarningParser

    WarningParser version of .:?.

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

    aeson-warning-parser Data.Aeson.WarningParser

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

  8. (.:?) :: 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.

  9. (.&.) :: forall (n :: Nat) . Wrd n -> Wrd n -> Wrd n

    bin Data.Wrd

    No documentation available.

  10. (.|.) :: forall (n :: Nat) . Wrd n -> Wrd n -> Wrd n

    bin Data.Wrd

    No documentation available.

Page 50 of many | Previous | Next