Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
singletonDT :: [Key] -> a -> DiscrimTree aAgda Agda.TypeChecking.DiscrimTree.Types Construct the case tree corresponding to only performing proper matches on the given key. In this context, a "proper match" is any Key that is not FlexK.
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.
singletonUnique :: Uniquable a => a -> UniqMap aclash-lib Clash.Data.UniqMap A map containing a single value indexed by the value's unique.
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.