Hoogle Search
Within LTS Haskell 24.22 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
singletonS :: DeBruijn a => Int -> a -> Substitution' aAgda Agda.TypeChecking.Substitute.Class To replace index n by term u, do applySubst (singletonS n u). Γ, Δ ⊢ u : A --------------------------------- Γ, Δ ⊢ singletonS |Δ| u : Γ, A, Δ
singletonProjectConfigSkeleton :: ProjectConfig -> ProjectConfigSkeletoncabal-install Distribution.Client.ProjectConfig.Legacy No documentation available.
singletonFL :: a -> FocusList afocuslist Data.FocusList Create a FocusList with a single element.
>>> singletonFL "hello" FocusList (Focus 0) ["hello"]
complexity: O(1)singletonKeys :: Key a b -> Keys agreskell Data.Greskell singletonKeys :: Key a b -> Keys agreskell Data.Greskell.Graph singletonNodeSet :: NavXmlTree -> NodeSethxt-xpath Text.XML.HXT.XPath.XPathDataTypes No documentation available.
singletonWithDist :: Real a => PointAsListFn a p -> SquaredDistanceFn a p -> (p, v) -> KdMap a p vkdt Data.KdMap.Dynamic Generates a KdMap with a single point-value pair using a user-specified distance function.
singletonWithDist :: Real a => PointAsListFn a p -> SquaredDistanceFn a p -> (p, v) -> KdMap a p vkdt Data.KdMap.Static Builds a KdMap with a single point-value pair and a user-specified squared distance function.
singletonWithDist :: Real a => PointAsListFn a p -> SquaredDistanceFn a p -> p -> KdTree a pkdt Data.KdTree.Dynamic Generates a KdTree with a single point using a user-specified distance function.
singletonWithDist :: Real a => PointAsListFn a p -> SquaredDistanceFn a p -> p -> KdTree a pkdt Data.KdTree.Static Builds a KdTree with a single point using a user-specified squared distance function.