Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
stratosphere Stratosphere.Resources.StepFunctionsStateMachine No documentation available.
-
stratosphere Stratosphere.Resources.StepFunctionsStateMachine No documentation available.
-
streamly Streamly.Internal.Data.Stream.IsStream enumerateFromStepIntegral from step generates an infinite stream whose first element is from and the successive elements are in increments of step. CAUTION: This function is not safe for finite integral types. It does not check for overflow, underflow or bounds.
>>> Stream.toList $ Stream.take 4 $ Stream.enumerateFromStepIntegral 0 2 [0,2,4,6] >>> Stream.toList $ Stream.take 3 $ Stream.enumerateFromStepIntegral 0 (-2) [0,-2,-4]
runSteps :: Extensions -> Maybe FilePath -> [Step] -> Lines -> Either String Linesstylish-haskell Language.Haskell.Stylish No documentation available.
configSteps :: Config -> [Step]stylish-haskell Language.Haskell.Stylish.Config No documentation available.
makeStep :: String -> (Lines -> Module -> Lines) -> Stepstylish-haskell Language.Haskell.Stylish.Step No documentation available.
checkStep :: Ord ex => [Rule ex] -> [ex] -> Step ex -> Boolswish Swish.Proof A proof step is valid if rule is in list of rules and the antecedents are sufficient to obtain the conclusion and the antecedents are in the list of formulae already proven. Note: this function depends on the ruleName of any rule being unique among all rules. In particular the name of the step rule being in correspondence with the name of one of the indicated valid rules of inference.
type
RDFProofStep = Step RDFGraphswish Swish.RDF.Proof A step in an RDF proof.
makeRDFProofStep :: RDFRule -> [RDFFormula] -> RDFFormula -> RDFProofStepswish Swish.RDF.Proof Make an RDF graph proof step.
_stepdrop :: Time -> Pattern a -> Pattern atidal Sound.Tidal.Boot No documentation available.