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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    composition-extra Data.Function.Flip

    No documentation available.

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

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipX documentation

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipX documentation

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipY documentation

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipY documentation

  7. flipCoin :: IO Bool

    rando Rando

    No documentation available.

  8. flipCoin :: IO Bool

    rando System.Random.Pick

    No documentation available.

  9. flipCoin' :: TFGen -> (Bool, TFGen)

    rando System.Random.Pick

    No documentation available.

  10. class c h g => FlipC (c :: k -> k' -> Constraint) (g :: k') (h :: k)

    constraints-extras Data.Constraint.Flip

    Flip for constraints.

Page 14 of many | Previous | Next

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