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.

  1. themeCustomMappingL :: Lens' Theme (Map AttrName CustomAttr)

    brick Brick.Themes

    No documentation available.

  2. themeDefaultMapping :: Theme -> Map AttrName Attr

    brick Brick.Themes

    The default attribute mapping to use.

  3. themeDefaultMappingL :: Lens' Theme (Map AttrName Attr)

    brick Brick.Themes

    No documentation available.

  4. themeToAttrMap :: Theme -> AttrMap

    brick Brick.Themes

    Build an AttrMap from a Theme. This applies all customizations in the returned AttrMap.

  5. ctxAttrMapL :: forall n f . Functor f => (AttrMap -> f AttrMap) -> Context n -> f (Context n)

    brick Brick.Types

    No documentation available.

  6. updateAttrMap :: (AttrMap -> AttrMap) -> Widget n -> Widget n

    brick Brick.Widgets.Core

    While rendering the specified widget, use a transformed version of the current attribute map. This is a very general function with broad capabilities: you probably want a more specific function such as withDefAttr or withAttr.

  7. module Data.IMap

    No documentation available.

  8. data IMap a

    brick Data.IMap

    Semantically, IMap and IntMap are identical; but IMap is more efficient when large sequences of contiguous keys are mapped to the same value.

  9. data HashMap k v

    classy-prelude ClassyPrelude

    A map from keys to values. A map cannot contain duplicate keys; each key can map to at most one value.

  10. data IntMap a

    classy-prelude ClassyPrelude

    A map of integers to values a.

Page 594 of many | Previous | Next