Dunolinter.Ordered_setSourceval read :
read_element:(sexps_rewriter:Sexps_rewriter.t -> Base.Sexp.t -> 'a) ->
sexps_rewriter:Sexps_rewriter.t ->
Base.Sexp.t Base.list ->
'a tval as_set :
('a, 'cmp) Base.Comparator.Module.t ->
'a t ->
evaluator:'a Evaluator.t ->
('a, 'cmp) Base.Set.t Evaluation_result.tReturn the elements of t as a set, using the specified static evaluator.
val mem :
(module Base.Comparator.S with type t = 'a) ->
'a t ->
'a ->
evaluator:'a Evaluator.t ->
Base.bool Evaluation_result.tWhether it is possible to determine statically if a value belongs to the set. This is meant to cover more cases in which, even though it is not possible to know the set completely statically, it is still possible to determine whether an element belongs to it.
A canonical sort defined by dunolint when the order has no particular meaning.