Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromDistinctAscList :: [Key] -> Word64Setghc-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.
fromList :: [Key] -> Word64Setghc-lib-parser GHC.Data.Word64Set Create a set from a list of integers.
toAscList :: Word64Set -> [Key]ghc-lib-parser GHC.Data.Word64Set Convert the set to an ascending list of elements. Subject to list fusion.
toDescList :: Word64Set -> [Key]ghc-lib-parser GHC.Data.Word64Set Convert the set to a descending list of elements. Subject to list fusion.
-
ghc-lib-parser GHC.Data.Word64Set Convert the set to a list of elements. Subject to list fusion.
fromAscList :: [Key] -> Word64Setghc-lib-parser GHC.Data.Word64Set.Internal Build a set from an ascending list of elements. The precondition (input list is ascending) is not checked.
fromDistinctAscList :: [Key] -> Word64Setghc-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.
fromList :: [Key] -> Word64Setghc-lib-parser GHC.Data.Word64Set.Internal Create a set from a list of integers.
toAscList :: Word64Set -> [Key]ghc-lib-parser GHC.Data.Word64Set.Internal Convert the set to an ascending list of elements. Subject to list fusion.
toDescList :: Word64Set -> [Key]ghc-lib-parser GHC.Data.Word64Set.Internal Convert the set to a descending list of elements. Subject to list fusion.