rio-0.1.4.0: A standard library for Haskell

Safe HaskellSafe
LanguageHaskell2010

RIO.Set.Unchecked

Contents

Description

This module contains functions from Data.Set that have unchecked preconditions on their input. If these preconditions are not satisfied, the data structure may end up in an invalid state and other operations may misbehave.

Synopsis

Map

mapMonotonic :: (a -> b) -> Set a -> Set b #

Ordered list

fromAscList :: Eq a => [a] -> Set a #

fromDescList :: Eq a => [a] -> Set a #