Module Ppx_compare_expander

val compare_type : loc:Ppxlib.Location.t ‑> Ppxlib.core_type ‑> Ppxlib.core_type

compare_type ty is ty -> ty -> int

val compare_core_type : Ppxlib.core_type ‑> Ppxlib.expression

compare_core_type ty is an expression of type ty -> ty -> int

val equal_type : loc:Ppxlib.Location.t ‑> Ppxlib.core_type ‑> Ppxlib.core_type

equal_type ty is ty -> ty -> bool

val equal_core_type : Ppxlib.core_type ‑> Ppxlib.expression

equal_core_type ty is an expression of type ty -> ty -> bool, using the comparison function generated by compare_core_type

val str_attributes : Ppxlib.Attribute.packed list
val str_type_decl : loc:Ppxlib.Location.t ‑> path:string ‑> (Ppxlib.rec_flag * Ppxlib.type_declaration list) ‑> Ppxlib.structure
val sig_type_decl : loc:Ppxlib.Location.t ‑> path:string ‑> (Ppxlib.rec_flag * Ppxlib.type_declaration list) ‑> Ppxlib.signature
module Attrs : sig ... end