Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. barRowLabels :: BarData -> [Text]

    chart-svg Chart.Bar

    No documentation available.

  2. hnarrow :: forall (els :: [Type]) (subels :: [Type]) proxy . SubHSettable els subels => proxy subels -> HSet els -> HSet subels

    hset Data.HSet.SubHSet

    Like subHSet but with proxy for convenience

    >>> let x = (HSCons "hello" $ HSCons 123 $ HSCons 345 HSNil) :: HSet '[String, Int, Integer]
    
    >>> hnarrow (Proxy :: Proxy '[]) x
    HSNil
    
    >>> hnarrow (Proxy :: Proxy '[String]) x
    HSCons ("hello") (HSNil)
    
    >>> hnarrow (Proxy :: Proxy '[Int, Integer]) x
    HSCons (123) (HSCons (345) (HSNil))
    
    >>> hnarrow (Proxy :: Proxy '[Integer, Int]) x
    HSCons (345) (HSCons (123) (HSNil))
    

  3. SymArrow :: Symbol

    hvega Graphics.Vega.VegaLite

    Centered directional shape.

  4. MiscellaneousSymbolsAndArrows :: Block

    unicode-data Unicode.Char.General.Blocks

    U+2B00..U+2BFF: Miscellaneous Symbols and Arrows.

  5. SupplementalArrowsA :: Block

    unicode-data Unicode.Char.General.Blocks

    U+27F0..U+27FF: Supplemental Arrows-A.

  6. SupplementalArrowsB :: Block

    unicode-data Unicode.Char.General.Blocks

    U+2900..U+297F: Supplemental Arrows-B.

  7. SupplementalArrowsC :: Block

    unicode-data Unicode.Char.General.Blocks

    U+1F800..U+1F8FF: Supplemental Arrows-C.

  8. IconSet3Arrows :: IconSetType

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

  9. IconSet3ArrowsGray :: IconSetType

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

  10. IconSet4Arrows :: IconSetType

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

Page 79 of many | Previous | Next