mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
6 lines
136 B
Text
6 lines
136 B
Text
quote(mli,"
|
|
(**
|
|
Summary: Return a string describing the given error code.
|
|
*)
|
|
val get_error_msg: context -> error_code -> string
|
|
");
|