package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.13.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.13.1.tar.gz
sha256=194c7988cc1fd1c64f53f32f2f7551e5309e44d914d6efc7e2e4d002296aeac4

doc/ocamlcommon/Clflags/Compiler_pass/index.html

Module Clflags.Compiler_pass

type t =
  1. | Parsing
  2. | Typing
  3. | Scheduling
  4. | Emit
val of_string : string -> t option
val to_string : t -> string
val is_compilation_pass : t -> bool
val available_pass_names : filter:(t -> bool) -> native:bool -> string list
val can_save_ir_after : t -> bool
val compare : t -> t -> int
val to_output_filename : t -> prefix:string -> string
val of_input_filename : string -> t option
OCaml

Innovation. Community. Security.