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

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipX documentation

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipX documentation

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipY documentation

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

    jsaddle-dom JSDOM.Generated.SVGMatrix

    Mozilla SVGMatrix.flipY documentation

  6. flipCoin :: IO Bool

    rando Rando

    No documentation available.

  7. flipCoin :: IO Bool

    rando System.Random.Pick

    No documentation available.

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

    rando System.Random.Pick

    No documentation available.

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

    constraints-extras Data.Constraint.Flip

    Flip for constraints.

  10. data FlipSym0 (a1 :: TyFun a ~> b ~> c b ~> a ~> c)

    singletons-base Data.Function.Singletons

    No documentation available.

Page 14 of many | Previous | Next

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