Ppx_compare_expander.Compareinclude Sval type_ :
hide:bool ->
loc:Ppxlib.Location.t ->
Ppxlib.core_type ->
Ppxlib.core_typetype_ ~hide ty is ty -> ty -> result_type where result_type is int for compare and bool for equal.
hide controls whether some [@merlin.hide] attributes should be added.
val core_type : Ppxlib.core_type -> Ppxlib.expressioncore_type ty is an expression of type ty -> ty -> result_type
val str_type_decl :
ctxt:Ppxlib.Expansion_context.Deriver.t ->
(Ppxlib.rec_flag * Ppxlib.type_declaration list) ->
Ppxlib.structureval sig_type_decl :
ctxt:Ppxlib.Expansion_context.Deriver.t ->
(Ppxlib.rec_flag * Ppxlib.type_declaration list) ->
Ppxlib.signaturemodule Attrs : sig ... endval str_attributes : Ppxlib.Attribute.packed listval equal_core_type : Ppxlib.core_type -> Ppxlib.expressionequal_core_type ty is an expression of type ty -> ty -> bool, using the comparison function generated by core_type