module Switch: sig
.. end
Compiler switches.
type
t
The type for compiler switches.
val system : t
The system
switch.
val defaults : t list
defaults
is the list of default switches.
val of_string : string -> t
of_string
is the identity function.
val to_string : t -> string
to_string
is the identity function.
val equal : t -> t -> bool
equal
is the equality for compiler switches.
val json : t Jsont.codec
json
is the JSON codec for values compiler switches.
val pp : t Fmt.t
pp
formats compiler switches.