package ocaml-base-compiler

  1. Overview
  2. Docs
type t =
  1. | Parsing
  2. | Typing
  3. | Scheduling
val of_string : string -> t option
val to_string : t -> string
val is_compilation_pass : t -> bool
val available_pass_names : native:bool -> string list