Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class GObjectClass o =>
FontMapClass opango Graphics.Rendering.Pango.Font No documentation available.
pangoFontMapListFamilies :: FontMap -> IO [FontFamily]pango Graphics.Rendering.Pango.Font Ask for the different font families that a particular back-end supports.
- The FontMap can be acquired by calling cairoFontMapGetDefault.
foldMapU :: Monoid m => (a -> m) -> MaxQueue a -> mpqueue Data.PQueue.Max Unordered monoidal fold on a priority queue.
foldMapU :: Monoid m => (a -> m) -> MinQueue a -> mpqueue Data.PQueue.Min Unordered monoidal fold on a priority queue.
foldMapWithKeyU :: Monoid m => (k -> a -> m) -> MaxPQueue k a -> mpqueue Data.PQueue.Prio.Max An unordered monoidal fold over the elements of the queue, in no particular order.
foldMapWithKeyU :: Monoid m => (k -> a -> m) -> MinPQueue k a -> mpqueue Data.PQueue.Prio.Min An unordered monoidal fold over the elements of the queue, in no particular order.
-
sqlite-simple Database.SQLite.Simple No documentation available.
-
sqlite-simple Database.SQLite.Simple No documentation available.
module Text.Trifecta.Util.
IntervalMap Interval maps implemented using the FingerTree type, following section 4.8 of
- Ralf Hinze and Ross Paterson, "Finger trees: a simple general-purpose data structure", Journal of Functional Programming 16:2 (2006) pp 197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html
-
trifecta Text.Trifecta.Util.IntervalMap Map of closed intervals, possibly with duplicates. The Foldable and Traversable instances process the intervals in lexicographical order.