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
25
26
27
28
29       val of_string : string -> t option
30
31
32
33
34       val to_string : t -> string
35
36
37
38
39       val passes : t list
40
41
42
43
44       val pass_names : string list
45
46
47
48
49
50
51OCamldoc                          2019-07-30          Clflags.Compiler_pass(3)
Impressum