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.
singleton :: forall (w :: Nat) . NatRepr w -> Integer -> Domain wwhat4 What4.Utils.BVDomain.XOR Return a domain containing just the given value
singleton :: k -> p -> LeqMap k pwhat4 What4.Utils.LeqMap No documentation available.
singleton :: Word16 -> Word16Stringwhat4 What4.Utils.Word16String Compute the string containing just the given character
singleton :: IsBasicRangeMap a m => Ranges -> a -> mAgda Agda.Interaction.Highlighting.Precise The map singleton rs x contains the ranges from rs, and every position in those ranges is associated with x.
-
Agda Agda.Utils.Bag O(1)
singleton :: HasTag v => k -> v -> BiMap k vAgda Agda.Utils.BiMap Singleton map. O(1).
-
Agda Agda.Utils.BoolSet A singleton set.
singleton :: Ord n => n -> n -> e -> Graph n eAgda Agda.Utils.Graph.AdjacencyMap.Unidirectional A graph with two nodes and a single connecting edge. O(1).
singleton :: Integer -> IntSetAgda Agda.Utils.IntSet.Infinite A single integer.
-
Agda Agda.Utils.List1 Construct a NonEmpty list from a single element.