package ocaml-base-compiler

  1. Overview
  2. Docs
type info = {
  1. arity : int;
  2. start_env : int;
}
val info : t -> info