Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
codec-beam Codec.Beam.Bifs No documentation available.
-
codec-beam Codec.Beam.Bifs No documentation available.
-
comfort-graph Data.Graph.Comfort >>> :{ Graph.depthFirstSearch $ Graph.fromList [(0,'A'),(1,'B')] [(Graph.DirEdge 1 0, 23), (Graph.DirEdge 0 (1::Int), 42::Integer)] :} [Node {rootLabel = 0, subForest = [Node {rootLabel = 1, subForest = []}]}]:{(TestGraph gr) -> Graph.depthFirstSearch gr === GraphAlt.depthFirstSearch gr :} cueFirstTrackNumber :: CueSheet -> !Naturalcue-sheet Text.CueSheet Number of the first track. Typically 1, but may be greater than 1.
cueFirstTrackNumber :: CueSheet -> !Naturalcue-sheet Text.CueSheet.Types Number of the first track. Typically 1, but may be greater than 1.
type
DFirstMassMoment = 'Dim 'Pos1 'Pos1 'Zero 'Zero 'Zero 'Zero 'Zerodimensional Numeric.Units.Dimensional.Quantities No documentation available.
staticFirst' :: (StaticStrong p, Typeable a, Typeable b, Typeable c) => p a b -> p (a, c) (b, c)distributed-closure Data.Profunctor.Strong.Static No documentation available.
listTwoFirst :: ListTwo a -> adot Dot.Types No documentation available.
performOnFirstSample :: Monad m => m (MSF m a b) -> MSF m a bdunai Control.Monad.Trans.MSF.Except Extract an MSF from a monadic action. Runs a monadic action that produces an MSF on the first iteration/step, and uses that MSF as the main signal function for all inputs (including the first one).
-
dunai Control.Monad.Trans.MSF.List Run an MSF in the ListT transformer (i.e., multiple MSFs producing each producing one output), by applying the input stream to each MSF in the list transformer and concatenating the outputs of the MSFs together. An MSF in the ListT transformer can spawn into more than one MSF, or none, so the outputs produced at each individual step are not guaranteed to all have the same length.