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. mapMaybeInput :: (Monoid s, Monoid s') => (s -> Maybe s') -> (s' -> Maybe s) -> Parser t s r -> Parser t s' r

    incremental-parser Text.ParserCombinators.Incremental.Symmetric

    Converts a parser accepting one input type to another, just like 'mapMaybeInput except the two argument functions can demand more input by returning Nothing. If 'mapMaybeInput is defined for the two input inputs, then

    mapInput f g == mapMaybeInput (Just . f) (Just . g)
    

  2. readlineExMaybe :: String -> Maybe (CompletionEnv -> String -> IO ()) -> Maybe (String -> Fmt) -> IO (Maybe String)

    isocline System.Console.Isocline

    As readlineEx but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D). See also readlineMaybe.

  3. readlineMaybe :: String -> IO (Maybe String)

    isocline System.Console.Isocline

    As readline but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D).

  4. readlinePrimMaybe :: String -> Maybe (CompletionEnv -> String -> IO ()) -> Maybe (HighlightEnv -> String -> IO ()) -> IO (Maybe String)

    isocline System.Console.Isocline

    As readlinePrim but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D). See also readlineMaybe.

  5. showStrippedMaybe :: Show a => Either a JSAST -> String

    language-javascript Language.JavaScript.Parser

    No documentation available.

  6. showStrippedMaybe :: Show a => Either a JSAST -> String

    language-javascript Language.JavaScript.Parser.Parser

    No documentation available.

  7. firstMaybe :: (a -> Maybe b) -> [a] -> Maybe b

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  8. exprSortMaybe :: Expr -> Maybe Sort

    liquid-fixpoint Language.Fixpoint.SortCheck

    No documentation available.

  9. failMaybe :: Env -> ModName -> Either e r -> Either e (Maybe r)

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Types

    Handling failed resolution

  10. synTyConRhs_maybe :: TyCon -> Maybe Type

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Misc

    No documentation available.

Page 249 of many | Previous | Next