Kappa_data_structures.Renaming
Functions from a subset of nat to a subset of nat
val dummy : t
val empty : unit -> t
val is_identity : t -> bool
val identity : int list -> t
val image : t -> Kappa_data_structures.Mods.IntSet.t
val cyclic_permutation_from_list : stop_at:int -> int list -> t
very specific use case for Connected_component.remove_ag_cc
val imperative_add : debug_mode:bool -> int -> int -> t -> bool
val apply : debug_mode:bool -> t -> int -> int
val mem : int -> t -> bool
val min_elt : t -> (int * int) option
val fold : (int -> int -> 'a -> 'a) -> t -> 'a -> 'a
val to_list : t -> (int * int) list
val print : Stdlib.Format.formatter -> t -> unit
prints only non identity points
val print_full : Stdlib.Format.formatter -> t -> unit
val to_yojson : t -> Yojson.Basic.t
val of_yojson : Yojson.Basic.t -> t