Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
fold-debounce-conduit Data.Conduit.FoldDebounce Args for stacks. Input events are accumulated in a stack, i.e., the last event is at the head of the list.
-
fold-debounce-conduit Data.Conduit.FoldDebounce Args that discards input events. The data stream from the debounced source indicates the presence of data from the original source.
-
Simple force-directed layout Simulation engine for doing simple force-based layout, e.g. for trees or graphs. See the diagrams-contrib package for usage examples.
force :: forall v n f . Functor f => (v n -> f (v n)) -> Particle v n -> f (Particle v n)force-layout Physics.ForceLayout No documentation available.
-
force-layout Physics.ForceLayout Run a simluation from a starting ensemble, yielding either the first ensemble to have kinetic energy below the energyLimit (if given), or the ensemble that results after a number of steps equal to the stepLimit (if given), whichever comes first. Otherwise forceLayout will not terminate.
-
force-layout Physics.ForceLayout No documentation available.
-
Parse and validate forms in JSON format Parse and validate forms in JSON format.
-
Various number formatting functions Various number formatting functions
-
gdp Data.Refined Same as traverse, with the argument order flipped.
-
gdp Data.Refined Same as traverse_, with the argument order flipped.