Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. plot_bars_singleton_width :: forall x y f . Functor f => (Double -> f Double) -> PlotBars x y -> f (PlotBars x y)

    Chart Graphics.Rendering.Chart.Plot.Bars

    No documentation available.

  2. isSingleton :: Rect Double -> Bool

    chart-svg Chart.Data

    is any dimension singular?

  3. padSingletons :: Rect Double -> Rect Double

    chart-svg Chart.Data

    Pad a Rect to remove singleton dimensions. Attempting to scale a singleton dimension of a Rect is a common bug. Due to the use of scaling, and thus zero dividing, this is a common exception to guard against.

    >>> project (Rect 0 0 0 1) one (Point 0 0)
    Point NaN (-0.5)
    
    >>> project (padSingletons (Rect 0 0 0 1)) one (Point 0 0)
    Point 0.0 (-0.5)
    

  4. forestCursorAddChildNodeSingleToNodeAtEndAndSelect :: (a -> b) -> a -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  5. forestCursorAddChildNodeSingleToNodeAtPosAndSelect :: (a -> b) -> Int -> a -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  6. forestCursorAddChildNodeSingleToNodeAtStartAndSelect :: (a -> b) -> a -> ForestCursor a b -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  7. forestCursorAddChildNodeSingleToNodeAtEndAndSelect :: a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  8. forestCursorAddChildNodeSingleToNodeAtPosAndSelect :: Int -> a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  9. forestCursorAddChildNodeSingleToNodeAtStartAndSelect :: a -> ForestCursor a -> ForestCursor a

    cursor Cursor.Simple.Forest

    No documentation available.

  10. unSingletonEnum :: SingletonEnum a -> a

    scale Codec.Scale.SingletonEnum

    No documentation available.

Page 62 of many | Previous | Next