package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 5.1.0

Install

Dune Dependency

Authors

Maintainers

Sources

5.1.0.tar.gz
sha256=43a3ac7aab7f8880f2bb6221317be55319b356e517622fdc28359fe943e6a450

doc/compiler-libs.optcomp/Closure_conversion_aux/Function_decls/index.html

Module Closure_conversion_aux.Function_decls

Used to represent information about a set of function declarations during closure conversion. (The only case in which such a set may contain more than one declaration is when processing "let rec".)

module Function_decl : sig ... end
type t
val create : Function_decl.t list -> t
val to_list : t -> Function_decl.t list
val all_free_idents : t -> Ident.Set.t
val closure_env_without_parameters : Env.t -> t -> Env.t
OCaml

Innovation. Community. Security.