package ocaml-base-compiler

  1. Overview
  2. Docs

Helper module for adding specialised arguments to sets of closures.

module Definition : sig ... end
module What_to_specialise : sig ... end
module type S = sig ... end
module Make (T : S) : sig ... end