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.

  1. singleton :: Real a => PointAsListFn a p -> p -> KdTree a p

    kdt Data.KdTree.Dynamic

    Generates a KdTree with a single point using the default distance function.

  2. singleton :: Real a => PointAsListFn a p -> p -> KdTree a p

    kdt Data.KdTree.Static

    Builds a KdTree with a single point.

  3. singleton :: Int -> Int -> Bij

    mappings Data.Bijection

    No documentation available.

  4. singleton :: Char -> Text

    miso Miso.String

    O(1) Convert a character into a Text. Performs replacement on invalid scalar values.

  5. singleton :: forall (c :: Type -> Type) k v . Collection c => k -> v -> Multimap c k v

    more-containers Data.Multimap

    O(1) Creates a multimap with a single entry.

  6. singleton :: Collection c => v -> c v

    more-containers Data.Multimap.Collection

    Creates a singleton collection.

  7. singleton :: v -> Multiset v

    more-containers Data.Multiset

    O(1) Returns a multiset with a single element.

  8. singleton :: Char -> NonEmptyText

    non-empty-text Data.NonEmptyText

    O(1) Convert a character into a NonEmptyText.

    >>> singleton 'a'
    "a"
    

  9. singleton :: Char -> CharSet

    parser-regex Data.CharSet

    A set of one Char.

  10. singleton :: Char -> CharSet

    parser-regex Regex.Internal.CharSet

    A set of one Char.

Page 33 of many | Previous | Next