1Clflags.Compiler_pass(3)         OCaml library        Clflags.Compiler_pass(3)
2
3
4

NAME

6       Clflags.Compiler_pass - no description
7

Module

9       Module   Clflags.Compiler_pass
10

Documentation

12       Module Compiler_pass
13        : sig end
14
15
16
17
18
19
20
21       type t =
22        | Parsing
23        | Typing
24        | Scheduling
25
26
27
28
29
30       val of_string : string -> t option
31
32
33
34
35       val to_string : t -> string
36
37
38
39
40       val is_compilation_pass : t -> bool
41
42
43
44
45       val available_pass_names : native:bool -> string list
46
47
48
49
50
51
52OCamldoc                          2021-01-26          Clflags.Compiler_pass(3)
Impressum