• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. flip3 :: (a -> b -> c -> d) -> c -> b -> a -> d

    composition-extra Data.Function.Flip

    No documentation available.

  2. flip4 :: (a -> b -> c -> d -> e) -> d -> b -> c -> a -> e

    composition-extra Data.Function.Flip

    No documentation available.

  3. flip5 :: (a -> b -> c -> d -> e -> f) -> e -> b -> c -> d -> a -> f

    composition-extra Data.Function.Flip

    No documentation available.

  4. flipSelected :: Num n => KissingSet n -> KissingSet n

    diagrams-contrib Diagrams.TwoD.Apollonian

    "Flip" the selected circle to the other circle mutually tangent to the other three. The new circle remains selected.

  5. flipX :: MonadDOM m => SVGMatrix -> m SVGMatrix

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipX documentation

  6. flipX_ :: MonadDOM m => SVGMatrix -> m ()

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipX documentation

  7. flipY :: MonadDOM m => SVGMatrix -> m SVGMatrix

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipY documentation

  8. flipY_ :: MonadDOM m => SVGMatrix -> m ()

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipY documentation

  9. flipCoin :: IO Bool

    rando Rando

    No documentation available.

  10. flipCoin :: IO Bool

    rando System.Random.Pick

    No documentation available.

Page 14 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete