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. fromAscList :: [Key] -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set

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

  2. fromDistinctAscList :: [Key] -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set

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

  3. fromList :: [Key] -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set

    Create a set from a list of integers.

  4. toAscList :: Word64Set -> [Key]

    ghc-lib-parser GHC.Data.Word64Set

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

  5. toDescList :: Word64Set -> [Key]

    ghc-lib-parser GHC.Data.Word64Set

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

  6. toList :: Word64Set -> [Key]

    ghc-lib-parser GHC.Data.Word64Set

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

  7. fromAscList :: [Key] -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set.Internal

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

  8. fromDistinctAscList :: [Key] -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set.Internal

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

  9. fromList :: [Key] -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set.Internal

    Create a set from a list of integers.

  10. toAscList :: Word64Set -> [Key]

    ghc-lib-parser GHC.Data.Word64Set.Internal

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

Page 119 of many | Previous | Next