package ppx_compare
Generation of comparison functions from types
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_compare-v0.16.0.tar.gz
sha256=7ac1dd852e62de6c4b6a879b8bd962c0167db822c39e8c972c8a6af4c48f26aa
doc/src/ppx_compare.expander/ppx_compare_expander_intf.ml.html
Source file ppx_compare_expander_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
open Ppxlib module type Attrs = sig val ignore_label_declaration : (label_declaration, unit) Attribute.t val ignore_core_type : (core_type, unit) Attribute.t end module type S = sig (** [type_ ~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 type_ : hide:bool -> loc:Location.t -> core_type -> core_type (** [core_type ty] is an expression of type [ty -> ty -> result_type] *) val core_type : core_type -> expression val str_type_decl : ctxt:Expansion_context.Deriver.t -> rec_flag * type_declaration list -> structure val sig_type_decl : ctxt:Expansion_context.Deriver.t -> rec_flag * type_declaration list -> signature module Attrs : Attrs val str_attributes : Attribute.packed list end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>