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. fromDistinctAscList :: [Key] -> IntSet

    containers Data.IntSet

    Build a set from an ascending list of distinct elements. The precondition (input list is strictly ascending) is not checked.

  2. fromList :: [Key] -> IntSet

    containers Data.IntSet

    Create a set from a list of integers.

  3. toAscList :: IntSet -> [Key]

    containers Data.IntSet

    Convert the set to an ascending list of elements. Subject to list fusion.

  4. toDescList :: IntSet -> [Key]

    containers Data.IntSet

    Convert the set to a descending list of elements. Subject to list fusion.

  5. toList :: IntSet -> [Key]

    containers Data.IntSet

    Convert the set to a list of elements. Subject to list fusion.

  6. fromAscList :: [Key] -> IntSet

    containers Data.IntSet.Internal

    Build a set from an ascending list of elements. The precondition (input list is ascending) is not checked.

  7. fromDistinctAscList :: [Key] -> IntSet

    containers Data.IntSet.Internal

    Build a set from an ascending list of distinct elements. The precondition (input list is strictly ascending) is not checked.

  8. fromList :: [Key] -> IntSet

    containers Data.IntSet.Internal

    Create a set from a list of integers.

  9. toAscList :: IntSet -> [Key]

    containers Data.IntSet.Internal

    Convert the set to an ascending list of elements. Subject to list fusion.

  10. toDescList :: IntSet -> [Key]

    containers Data.IntSet.Internal

    Convert the set to a descending list of elements. Subject to list fusion.

Page 38 of many | Previous | Next