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.

  1. 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.

  2. forceLayout :: forall (v :: Type -> Type) n . (Metric v, Num n, Ord n) => ForceLayoutOpts n -> Ensemble v n -> Ensemble v n

    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.

  3. forces :: forall v n f . Functor f => ([([Edge], Point v n -> Point v n -> v n)] -> f [([Edge], Point v n -> Point v n -> v n)]) -> Ensemble v n -> f (Ensemble v n)

    force-layout Physics.ForceLayout

    No documentation available.

  4. package forma

    Parse and validate forms in JSON format Parse and validate forms in JSON format.

  5. package format-numbers

    Various number formatting functions Various number formatting functions

  6. forP :: (Traversable t, Applicative f) => t (a ? p) -> (forall name . () => ((a ~~ name) ::: p name) -> f b) -> f (t b)

    gdp Data.Refined

    Same as traverse, with the argument order flipped.

  7. forP_ :: (Foldable t, Applicative f) => t (a ? p) -> (forall name . () => ((a ~~ name) ::: p name) -> f b) -> f ()

    gdp Data.Refined

    Same as traverse_, with the argument order flipped.

  8. formatStrideForWidth :: Format -> Int -> Int

    gi-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.

  9. formEncodeDatalist :: (HasCallStack, MonadIO m) => Data -> m Text

    gi-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].

  10. formEncodeHash :: (HasCallStack, MonadIO m) => Map Text Text -> m Text

    gi-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].

Page 163 of many | Previous | Next