Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
PropertyMap a b = Map a Seq btree-fun Math.TreeFun.Types No documentation available.
-
tree-fun Math.TreeFun.Types No documentation available.
PropertySuperTree :: !Tree (SuperNode a) -> !PropertyMap a b -> PropertySuperTree a btree-fun Math.TreeFun.Types No documentation available.
-
twitter-types Web.Twitter.Types This type represents a place, named locations with corresponding geo coordinates. See https://dev.twitter.com/docs/platform-objects/places.
-
twitter-types Web.Twitter.Types No documentation available.
-
No documentation available.
-
type-hint Type.Hint Proxy is a type that holds no data, but has a phantom parameter of arbitrary type (or even kind). Its use is to provide type information, even though there is no value available of that type (or it may be too costly to create one). Historically, Proxy :: Proxy a is a safer alternative to the undefined :: a idiom.
>>> Proxy :: Proxy (Void, Int -> Int) Proxy
Proxy can even hold types of higher kinds,>>> Proxy :: Proxy Either Proxy
>>> Proxy :: Proxy Functor Proxy
>>> Proxy :: Proxy complicatedStructure Proxy
-
type-hint Type.Hint No documentation available.
-
type-level-show TypeLevelShow.Doc Promoted Doc.
type
Pred (n :: Natural) = n - 1type-natural Data.Type.Natural No documentation available.