table of contents
Clflags.Compiler_pass(3) | OCaml library | Clflags.Compiler_pass(3) |
NAME¶
Clflags.Compiler_pass - no description
Module¶
Module Clflags.Compiler_pass
Documentation¶
Module Compiler_pass
: sig end
type t =
| Parsing
| Typing
| 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
2022-03-11 | OCamldoc |