package diffast-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Comparison.multiple_node_matches

constraint 'a = < gindex : 'b.. >
val tbl : (Obj.t, 'a list * 'a list) Hashtbl.t
val uniq_matches : ('a * 'a) Xset.t
method label_to_string : Obj.t -> string
method add : Obj.t -> ('a list * 'a list) -> unit
method find : Obj.t -> 'a list * 'a list
method add_uniq_match : 'a -> 'a -> unit
method is_uniq_match : 'a -> 'a -> bool
method replace : Obj.t -> ('a list * 'a list) -> unit
method remove : Obj.t -> unit
method iter : ((Obj.t * 'a list * 'a list) -> unit) -> unit