jon.recoil.org

Module Key.Set

type t =
  1. | Ok of S.Key.Raw_set.t
  2. | Unreachable
val of_list : S.Key.key list -> S.Key.Set.t
val fold : (S.Key.key -> 'a -> 'a) -> S.Key.Set.t -> 'a -> 'a

This should return the initial value in the Unreachable case

val print : Stdlib.Format.formatter -> S.Key.Set.t -> unit