Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. cmap :: (CFunctor f, Dom f a, Dom f b) => (a -> b) -> f a -> f b

    subcategories Control.Subcategory.Functor

    No documentation available.

  2. defaultCmapConst :: (CFunctor f, Dom f a, Dom f b) => a -> f b -> f a

    subcategories Control.Subcategory.Functor

    No documentation available.

  3. module Text.TeXMath.Readers.MathML.EntityMap

    HTML entity definitions as provided by W3C. The mapping matches the version from 10th April 2014. The original source can be downloaded from http://www.w3.org/TR/2014/REC-xml-entity-names-20140410/. Note: I have made one alteration, switching epsilon and varepsilon, because the meanings of these names in HTML is different from the meanings in MathML+LaTeX. See http://www.w3.org/2003/entities/2007doc/#epsilon.

  4. symbolMap :: Map Text Exp

    texmath Text.TeXMath.Unicode.ToTeX

    Mapping from TeX commands to Exp.

  5. data ThreadStorageMap a

    thread-utils-context Control.Concurrent.Thread.Storage

    A storage mechanism for values of a type. This structure retains items on per-(green)thread basis, which can be useful in rare cases.

  6. newThreadStorageMap :: MonadIO m => m (ThreadStorageMap a)

    thread-utils-context Control.Concurrent.Thread.Storage

    Create a new thread storage map. The map is striped by thread into 32 sections in order to reduce contention.

  7. type ValueMap = Map String Value

    tidal-core Sound.Tidal.Pattern

    No documentation available.

  8. getDistanceMap :: (Eq a, Ord a) => Tree a -> DistanceMap a

    tree-fun Math.TreeFun.Tree

    Return the map of distances from each leaf to another leaf

  9. getDistanceMapSuperNode :: (Eq a, Ord a) => Tree (SuperNode a) -> DistanceMap a

    tree-fun Math.TreeFun.Tree

    Return the map of distances from each leaf to another leaf

  10. type DistanceMap a = Map a Map Int Seq a

    tree-fun Math.TreeFun.Types

    No documentation available.

Page 1093 of many | Previous | Next