Module

Data.List.Internal

#Set

data Set k

#emptySet

emptySet :: forall k. Set k

#insertAndLookupBy

insertAndLookupBy :: forall k. (k -> k -> Ordering) -> k -> Set k -> { found :: Boolean, result :: Set k }

Insert or replace a key/value pair in a map

Modules