package ppx_compare

  1. Overview
  2. Docs
module type S = sig ... end
module type S1 = sig ... end
module type S2 = sig ... end
module type S3 = sig ... end
module type S_local = sig ... end
module type S_local1 = sig ... end
module type S_local2 = sig ... end
module type S_local3 = sig ... end
OCaml

Innovation. Community. Security.