table of contents
- experimental 5.4.0-1~exp3
| Clflags.Dump_option(3o) | OCaml library | Clflags.Dump_option(3o) |
NAME¶
Clflags.Dump_option - no description
Module¶
Module Clflags.Dump_option
Documentation¶
Module Dump_option
: sig end
type t =
| Source
| Parsetree
| Typedtree
| Shape
| Match_comp
| Raw_lambda
| Lambda
| Instr
| Raw_clambda
| Clambda
| Raw_flambda
| Flambda
| Cmm
| Selection
| Combine
| CSE
| Live
| Spill
| Split
| Interf
| Prefer
| Regalloc
| Scheduling
| Linear
| Interval
val compare : t -> t -> int
val of_string : string -> t option
val to_string : t -> string
val flag : t -> bool ref
val available : t -> (unit, string) Result.t
| 2025-12-15 | OCamldoc |