module Kfs:Parameter_sig.Kernel_function_set
Set of kernel function provided for transformation
include Parameter_sig.Collection
A set is a collection.
val mem : elt -> bool
Does the given element belong to the set?
val exists : (elt -> bool) -> bool
Is there some element satisfying the given predicate?