package ppx_compare

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class 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

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