Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
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)
mapType :: (forall a . () => Parser t s a -> Parser b s a) -> Parser t s r -> Parser b s rincremental-parser Text.ParserCombinators.Incremental.Symmetric Modifies the parser type
mapSubject :: (b -> a) -> SpecWith a -> SpecWith bkeyed-vals-hspec-tests Test.KeyedVals.Hspec Modify the subject under test. Note that this resembles a contravariant functor on the first type parameter of SpecM. This is because the subject is passed inwards, as an argument to the spec item.
mapAccum :: (a -> b % 1 -> (b, Ur c)) -> [a] -> b % 1 -> (b, Ur [c])linear-base Simple.TopSort No documentation available.
-
liquid-fixpoint Language.Fixpoint.Smt.Theories No documentation available.
-
liquid-fixpoint Language.Fixpoint.Smt.Theories No documentation available.
-
liquid-fixpoint Language.Fixpoint.Smt.Theories No documentation available.
-
liquid-fixpoint Language.Fixpoint.Types.Environments No documentation available.
mapMSEnv :: Monad m => (a -> m b) -> SEnv a -> m (SEnv b)liquid-fixpoint Language.Fixpoint.Types.Environments No documentation available.
mapSEnv :: (a -> b) -> SEnv a -> SEnv bliquid-fixpoint Language.Fixpoint.Types.Environments No documentation available.