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.
c'YGJustifyFlexStart :: Num a => ayoga Bindings.Yoga.Enums No documentation available.
c'YGJustifySpaceAround :: Num a => ayoga Bindings.Yoga.Enums No documentation available.
c'YGJustifySpaceBetween :: Num a => ayoga Bindings.Yoga.Enums No documentation available.
c'YGJustifySpaceEvenly :: Num a => ayoga Bindings.Yoga.Enums No documentation available.
c'YGJustifyToString :: C'YGAlign -> IO CStringyoga Bindings.Yoga.Enums No documentation available.
p'YGJustifyToString :: FunPtr (C'YGAlign -> IO CString)yoga Bindings.Yoga.Enums No documentation available.
adjust :: Ord k => (a -> a) -> k -> IntervalMap k a -> IntervalMap k aIntervalMap 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.
adjustWithKey :: Ord k => (k -> a -> a) -> k -> IntervalMap k a -> IntervalMap k aIntervalMap 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.
adjust :: Ord k => (a -> a) -> k -> IntervalMap k a -> IntervalMap k aIntervalMap 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.
adjustWithKey :: Ord k => (k -> a -> a) -> k -> IntervalMap k a -> IntervalMap k aIntervalMap 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.