rio-0.1.21.0: A standard library for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

RIO.Set.Unchecked

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. Import as:

import qualified RIO.Set.Unchecked as Set'
Synopsis

Map

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

Ordered list

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

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