Nuscrlib.PragmaThis module contains variables configuarations, to be set by pragmas or command line arguments, not to be changed for the duration of the program
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval pragma_of_string : string -> ttype pragmas = (t * string option) listval pp_pragmas :
Ppx_deriving_runtime.Format.formatter ->
pragmas ->
Ppx_deriving_runtime.unitval show_pragmas : pragmas -> Ppx_deriving_runtime.stringWhether to display queries to SMT solvers (with RefinementTypes pragma)
When refinement types are enabled, senders should validate refinements
When refinement types are enabled, receivers should validate refinements
Validate whether a refined global type is semantically satisfiable
Validate whether a refined global type satisfies progress semantically
val load_from_pragmas : pragmas -> unitLoad config from pragmas