package ast_generic

  1. Overview
  2. Docs
module String_set : sig ... end
module Node_ID : sig ... end
type busy_with_equal =
  1. | Not_busy
  2. | Structural_equal
  3. | Referential_equal
val busy_with_equal : busy_with_equal Stdlib.ref
val equal_stmt_field_s : ('a -> 'b -> bool) -> 'c -> 'd -> bool
val equal_stmt_field_s_id : Node_ID.t -> Node_ID.t -> Ppx_deriving_runtime.bool
val with_structural_equal : ('a -> 'b -> 'c) -> 'd -> 'e -> 'f
val with_referential_equal : ('a -> 'b -> 'c) -> 'd -> 'e -> 'f
OCaml

Innovation. Community. Security.