Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. Map :: ExecutionHint

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. Map :: [(Literal, Literal)] -> Literal

    codec-beam Codec.Beam

    No documentation available.

  3. module Control.Concurrent.Map

    A non-blocking concurrent map from hashable keys to values. The implementation is based on lock-free concurrent hash tries (aka Ctries) as described by:

    • Aleksander Prokopec, Phil Bagwell, Martin Odersky, "Cache-Aware Lock-Free Concurent Hash Tries"
    • Aleksander Prokopec, Nathan G. Bronson, Phil Bagwell, Martin Odersky "Concurrent Tries with Efficient Non-Blocking Snapshots"
    Operations have a worst-case complexity of O(log n), with a base equal to the size of the native Word.

  4. data Map k v

    ctrie Control.Concurrent.Map

    A map from keys k to values v.

  5. module Data.Delta.Map

    Delta types for Map.

  6. module GI.GtkSource.Objects.Map

    Widget that displays a map for a specific [classview]. GtkSourceMap is a widget that maps the content of a [classview] into a smaller view so the user can have a quick overview of the whole document. This works by connecting a [classview] to to the GtkSourceMap using the [propertymap:view] property or [methodmap.set_view]. GtkSourceMap is a [classview] object. This means that you can add a [classgutterRenderer] to a gutter in the same way you would for a [classview]. One example might be a [classgutterRenderer] that shows which lines have changed in the document. Additionally, it is desirable to match the font of the GtkSourceMap and the [classview] used for editing. Therefore, [propertymap:font-desc] should be used to set the target font. You will need to adjust this to the desired font size for the map. A 1pt font generally seems to be an appropriate font size. "Monospace 1" is the default. See fontDescriptionSetSize for how to alter the size of an existing FontDescription. When FontConfig is available, GtkSourceMap will try to use a bundled "block" font to make the map more legible.

  7. newtype Map

    gi-gtksource5 GI.GtkSource.Objects.Map

    Memory-managed wrapper type.

  8. Map :: ManagedPtr Map -> Map

    gi-gtksource5 GI.GtkSource.Objects.Map

    No documentation available.

  9. data Map k v

    hashmap Data.HashMap

    The abstract type of a Map. Its interface is a suitable subset of IntMap.

  10. Map :: EDNMap -> Value

    hedn Data.EDN

    {:a map}
    

Page 44 of many | Previous | Next