mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
quote(mli,"
|
|
(**
|
|
Summary: Return a string describing the given error code.
|
|
*)
|
|
val get_error_msg: context -> error_code -> string
|
|
");
|