Module Scope.Set

The set of scopes a key holds.

type scope := t
type t
val empty : t
val of_list : scope list -> t
val to_list : t -> scope list
val mem : t -> scope -> bool
val to_string : t -> string