package ppx_compare

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val compare_core_type : Parsetree.core_type -> Parsetree.expression

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

val equal_core_type : Parsetree.core_type -> Parsetree.expression

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

val str_type_decl : loc:Location.t -> path:string -> (Asttypes.rec_flag * Parsetree.type_declaration list) -> Parsetree.structure
val sig_type_decl : loc:Location.t -> path:string -> (Asttypes.rec_flag * Parsetree.type_declaration list) -> Parsetree.signature
OCaml

Innovation. Community. Security.