Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. c'YGJustifyFlexStart :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  2. c'YGJustifySpaceAround :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  3. c'YGJustifySpaceBetween :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  4. c'YGJustifySpaceEvenly :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  5. c'YGJustifyToString :: C'YGAlign -> IO CString

    yoga Bindings.Yoga.Enums

    No documentation available.

  6. p'YGJustifyToString :: FunPtr (C'YGAlign -> IO CString)

    yoga Bindings.Yoga.Enums

    No documentation available.

  7. adjust :: Ord k => (a -> a) -> k -> IntervalMap k a -> IntervalMap k a

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(log n). Update a value at a specific key with the result of the provided function. When the key is not a member of the map, the original map is returned.

  8. adjustWithKey :: Ord k => (k -> a -> a) -> k -> IntervalMap k a -> IntervalMap k a

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(log n). Adjust a value at a specific key. When the key is not a member of the map, the original map is returned.

  9. adjust :: Ord k => (a -> a) -> k -> IntervalMap k a -> IntervalMap k a

    IntervalMap Data.IntervalMap.Generic.Strict

    O(log n). Update a value at a specific key with the result of the provided function. When the key is not a member of the map, the original map is returned.

  10. adjustWithKey :: Ord k => (k -> a -> a) -> k -> IntervalMap k a -> IntervalMap k a

    IntervalMap Data.IntervalMap.Generic.Strict

    O(log n). Adjust a value at a specific key. When the key is not a member of the map, the original map is returned.

Page 156 of many | Previous | Next