Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. suchThatMaybe :: Gen a -> (a -> Bool) -> Gen (Maybe a)

    QuickCheck Test.QuickCheck

    Tries to generate a value that satisfies a predicate. If it fails to do so after enough attempts, returns Nothing.

  2. suchThatMaybe :: Gen a -> (a -> Bool) -> Gen (Maybe a)

    QuickCheck Test.QuickCheck.Gen

    Tries to generate a value that satisfies a predicate. If it fails to do so after enough attempts, returns Nothing.

  3. mapMaybe :: (a -> Maybe b) -> KeyMap a -> KeyMap b

    aeson Data.Aeson.KeyMap

    Map values and collect the Just results.

  4. mapMaybeWithKey :: (Key -> v -> Maybe u) -> KeyMap v -> KeyMap u

    aeson Data.Aeson.KeyMap

    Map values and collect the Just results.

  5. explicitParseFieldMaybe :: (Value -> Parser a) -> Object -> Key -> Parser (Maybe a)

    aeson Data.Aeson.Types

    Variant of .:? with explicit parser function.

  6. explicitParseFieldMaybe' :: (Value -> Parser a) -> Object -> Key -> Parser (Maybe a)

    aeson Data.Aeson.Types

    Variant of .:! with explicit parser function.

  7. parseFieldMaybe :: FromJSON a => Object -> Key -> Parser (Maybe a)

    aeson Data.Aeson.Types

    Function variant of .:?.

  8. parseFieldMaybe' :: FromJSON a => Object -> Key -> Parser (Maybe a)

    aeson Data.Aeson.Types

    Function variant of .:!.

  9. parseMaybe :: (a -> Parser b) -> a -> Maybe b

    aeson Data.Aeson.Types

    Run a Parser with a Maybe result type.

  10. pprMaybeExp :: Precedence -> Maybe Exp -> Doc

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

Page 111 of many | Previous | Next