1Clflags.Compiler_pass(3) OCaml library Clflags.Compiler_pass(3)
23
4
NAME
6Clflags.Compiler_pass - no description
7
Module
9Module Clflags.Compiler_pass
10
Documentation
12Module Compiler_pass
13: sig end
1415
16
17
18
19
20
21
type t =
22| Parsing
23| Typing
2425
26
27
28
29
val of_string : string -> t option
3031
32
33
34
val to_string : t -> string
3536
37
38
39
val passes : t list
4041
42
43
44
val pass_names : string list
4546
47
48
49
50
51
OCamldoc 2020-02-27 Clflags.Compiler_pass(3)