Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
formatStrideForWidth :: Format -> Int -> Intgi-cairo-render GI.Cairo.Render This function provides a stride value that will respect all alignment requirements of the accelerated image-rendering code within cairo.
formEncodeDatalist :: (HasCallStack, MonadIO m) => Data -> m Textgi-soup3 GI.Soup.Functions Encodes formDataSet into a value of type "application/x-www-form-urlencoded". Encodes as defined in the HTML 4.01 spec. Unlike [funcformEncodeHash], this preserves the ordering of the form elements, which may be required in some situations. See also: [ctormessage.new_from_encoded_form].
formEncodeHash :: (HasCallStack, MonadIO m) => Map Text Text -> m Textgi-soup3 GI.Soup.Functions Encodes formDataSet into a value of type "application/x-www-form-urlencoded". Encodes as defined in the HTML 4.01 spec. Note that the HTML spec states that "The control names/values are listed in the order they appear in the document." Since this method takes a hash table, it cannot enforce that; if you care about the ordering of the form fields, use [funcformEncodeDatalist]. See also: [ctormessage.new_from_encoded_form].