Module Kappa_generic_toolset.Renaming
val dummy : tval empty : unit -> tval is_identity : t -> boolval identity : int list -> tval image : t -> Mods.IntSet.tval cyclic_permutation_from_list : stop_at:int -> int list -> tvery specific use case for Connected_component.remove_ag_cc
val imperative_add : debugMode:bool -> int -> int -> t -> bool- raises Clashing
in debug mode
- returns
if the addition preserves injectivity
val add : debugMode:bool -> int -> int -> t -> t option- raises Clashing
in debug mode
- returns
Noneif the addition would break injectivity
val apply : debugMode:bool -> t -> int -> int- raises Undefined