package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

S is the interface that a jengaroot must provide to jenga. This interface is not used when the rules are statically linked in (see build.mli).

module type S = sig ... end
val univ_constr : (module S) Ocaml_plugin.Dynloader.Univ_constr.t