PrintingFlags.Externmodule FactorizeEqns : sig ... endmodule Records : sig ... endtype t = {use_implicit_types : bool; | |
records : Records.t; | |
implicits : bool; | (* When |
implicits_explicit_args : bool; | |
implicits_defensive : bool; | |
coercions : bool; | |
parentheses : bool; | |
notations : bool; | |
raw_literals : bool; | |
projections : bool; | |
float : bool; | |
factorize_eqns : FactorizeEqns.t; |
}val current : unit -> tval current_ignore_raw : unit -> t