Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fromList :: [Key] -> Word64Set

    ghc GHC.Data.Word64Set

    Create a set from a list of integers.

  2. toAscList :: Word64Set -> [Key]

    ghc GHC.Data.Word64Set

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

  3. toDescList :: Word64Set -> [Key]

    ghc GHC.Data.Word64Set

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

  4. toList :: Word64Set -> [Key]

    ghc GHC.Data.Word64Set

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

  5. fromAscList :: [Key] -> Word64Set

    ghc GHC.Data.Word64Set.Internal

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

  6. fromDistinctAscList :: [Key] -> Word64Set

    ghc GHC.Data.Word64Set.Internal

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

  7. fromList :: [Key] -> Word64Set

    ghc GHC.Data.Word64Set.Internal

    Create a set from a list of integers.

  8. toAscList :: Word64Set -> [Key]

    ghc GHC.Data.Word64Set.Internal

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

  9. toDescList :: Word64Set -> [Key]

    ghc GHC.Data.Word64Set.Internal

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

  10. toList :: Word64Set -> [Key]

    ghc GHC.Data.Word64Set.Internal

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

Page 65 of many | Previous | Next