package ast_generic

  1. Overview
  2. Docs

Module AST_utilsSource

Sourcemodule String_set : sig ... end
Sourcemodule Node_ID : sig ... end
Sourcetype busy_with_equal =
  1. | Not_busy
  2. | Structural_equal
  3. | Referential_equal
Sourceval busy_with_equal : busy_with_equal ref
Sourceval equal_stmt_field_s : ('a -> 'b -> bool) -> 'a -> 'b -> bool
Sourceval equal_stmt_field_s_id : Node_ID.t -> Node_ID.t -> Ppx_deriving_runtime.bool
Sourceval with_structural_equal : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c
Sourceval with_referential_equal : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c
OCaml

Innovation. Community. Security.