Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
singleton :: ToParam a => Param -> a -> QueryDatahyperbole Web.Hyperbole.Data.QueryData No documentation available.
-
indexed-containers Data.NList A singleton list.
length (singleton 'a' :: NList 1 Char) === 1
-
interpolation Numeric.Interpolation.NodeList \x y -> Nodes.singleton x y == Nodes.fromList [(x,y)::(Integer,Char)]
-
intervals Numeric.Interval A singleton point
>>> singleton 1 1 ... 1
-
intervals Numeric.Interval.Internal A singleton point
>>> singleton 1 1 ... 1
-
intervals Numeric.Interval.Kaucher A singleton point
>>> singleton 1 1 ... 1
-
intervals Numeric.Interval.NonEmpty A singleton point
>>> singleton 1 1 ... 1
x `elem` (singleton x)
x /= y ==> y `notElem` (singleton x)
-
intervals Numeric.Interval.NonEmpty.Internal A singleton point
>>> singleton 1 1 ... 1
x `elem` (singleton x)
x /= y ==> y `notElem` (singleton x)
singleton :: Real a => PointAsListFn a p -> (p, v) -> KdMap a p vkdt Data.KdMap.Dynamic Generates a KdMap with a single point-value pair using the default distance function.
singleton :: Real a => PointAsListFn a p -> (p, v) -> KdMap a p vkdt Data.KdMap.Static Builds a KdMap with a single point-value pair.