Provided by: ocaml-man_4.08.1-8_all bug

NAME

       Clflags.Compiler_pass - no description

Module

       Module   Clflags.Compiler_pass

Documentation

       Module Compiler_pass
        : sig end

       type t =
        | Parsing
        | Typing

       val of_string : string -> t option

       val to_string : t -> string

       val passes : t list

       val pass_names : string list