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.
-
easyplot Graphics.EasyPlot Uses the given step-size for plotting along the x-axis
-
easyplot Graphics.EasyPlot Uses the given step-size for plotting along the y-axis
-
gogol-dataflow Gogol.Dataflow Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOBVIEWALL. See: newStep_Properties smart constructor.
Step_Properties :: HashMap Text Value -> Step_Propertiesgogol-dataflow Gogol.Dataflow No documentation available.
-
gogol-dataflow Gogol.Dataflow.Types Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOBVIEWALL. See: newStep_Properties smart constructor.
Step_Properties :: HashMap Text Value -> Step_Propertiesgogol-dataflow Gogol.Dataflow.Types No documentation available.
ghciStepIO :: GHCiSandboxIO m => m a -> IO abase GHC.GHCi No documentation available.
type
BuildStep a = BufferRange -> IO BuildSignal abytestring Data.ByteString.Builder.Internal BuildSteps may be called *multiple times* and they must not rise an async. exception.
buildStepToCIOS :: AllocationStrategy -> BuildStep a -> IO (ChunkIOStream a)bytestring Data.ByteString.Builder.Internal Convert a BuildStep to a ChunkIOStream stream by executing it on Buffers allocated according to the given AllocationStrategy.