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.
cmap :: (CFunctor f, Dom f a, Dom f b) => (a -> b) -> f a -> f bsubcategories Control.Subcategory.Functor No documentation available.
defaultCmapConst :: (CFunctor f, Dom f a, Dom f b) => a -> f b -> f asubcategories Control.Subcategory.Functor No documentation available.
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.
-
texmath Text.TeXMath.Unicode.ToTeX Mapping from TeX commands to Exp.
-
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.
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.
type
ValueMap = Map String Valuetidal-core Sound.Tidal.Pattern No documentation available.
getDistanceMap :: (Eq a, Ord a) => Tree a -> DistanceMap atree-fun Math.TreeFun.Tree Return the map of distances from each leaf to another leaf
getDistanceMapSuperNode :: (Eq a, Ord a) => Tree (SuperNode a) -> DistanceMap atree-fun Math.TreeFun.Tree Return the map of distances from each leaf to another leaf
type
DistanceMap a = Map a Map Int Seq atree-fun Math.TreeFun.Types No documentation available.