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.
-
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)
-
isocline System.Console.Isocline As readlineEx but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D). See also readlineMaybe.
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).
-
isocline System.Console.Isocline As readlinePrim but returns Nothing on end-of-file or other errors (ctrl-C/ctrl-D). See also readlineMaybe.
showStrippedMaybe :: Show a => Either a JSAST -> Stringlanguage-javascript Language.JavaScript.Parser No documentation available.
showStrippedMaybe :: Show a => Either a JSAST -> Stringlanguage-javascript Language.JavaScript.Parser.Parser No documentation available.
firstMaybe :: (a -> Maybe b) -> [a] -> Maybe bliquid-fixpoint Language.Fixpoint.Misc No documentation available.
exprSortMaybe :: Expr -> Maybe Sortliquid-fixpoint Language.Fixpoint.SortCheck No documentation available.
failMaybe :: Env -> ModName -> Either e r -> Either e (Maybe r)liquidhaskell-boot Language.Haskell.Liquid.Bare.Types Handling failed resolution
synTyConRhs_maybe :: TyCon -> Maybe Typeliquidhaskell-boot Language.Haskell.Liquid.GHC.Misc No documentation available.