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.

  1. singleton :: HasTag v => k -> v -> BiMap k v

    Agda Agda.Utils.BiMap

    Singleton map. O(1).

  2. singleton :: Bool -> BoolSet

    Agda Agda.Utils.BoolSet

    A singleton set.

  3. singleton :: Ord n => n -> n -> e -> Graph n e

    Agda Agda.Utils.Graph.AdjacencyMap.Unidirectional

    A graph with two nodes and a single connecting edge. O(1).

  4. singleton :: Integer -> IntSet

    Agda Agda.Utils.IntSet.Infinite

    A single integer.

  5. singleton :: a -> NonEmpty a

    Agda Agda.Utils.List1

    Construct a NonEmpty list from a single element.

  6. singleton :: IsBasicRangeMap a m => Ranges -> a -> m

    Agda Agda.Utils.RangeMap

    The map singleton rs x contains the ranges from rs, and every position in those ranges is associated with x.

  7. singleton :: Singleton el coll => el -> coll

    Agda Agda.Utils.Singleton

    No documentation available.

  8. singleton :: SmallSetElement a => a -> SmallSet a

    Agda Agda.Utils.SmallSet

    A singleton set. Time O(1).

  9. singleton :: [k] -> v -> Trie k v

    Agda Agda.Utils.Trie

    Singleton trie.

  10. singleton :: Key -> IntSet

    Agda Agda.Utils.VarSet

    A set of one element.

Page 28 of many | Previous | Next