rosso-1.0: General purpose utility library

Data.Set.Rosso1

Description

Extends Data.Set

Synopsis

Documentation

module Data.Set

insertMany :: Ord a => [a] -> Set a -> Set aSource

Inserts each element of the list into the set in turn, from left to right.