package merlin-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Clflags.Compiler_passSource

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

Innovation. Community. Security.