Sourcetype busy_with_equal = | Not_busy| Structural_equal| Referential_equal
Sourceval equal_stmt_field_s : ('a -> 'b -> bool) -> 'a -> 'b -> bool Sourceval with_structural_equal : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c Sourceval with_referential_equal : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c