mirror of
https://github.com/Z3Prover/z3
synced 2026-05-03 00:45:15 +00:00
Added ml component
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
454fa7dcdd
commit
bcca613cb2
60 changed files with 40332 additions and 16 deletions
6
ml/mlx_get_error_msg.idl
Normal file
6
ml/mlx_get_error_msg.idl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
quote(mli,"
|
||||
(**
|
||||
Summary: Return a string describing the given error code.
|
||||
*)
|
||||
val get_error_msg: context -> error_code -> string
|
||||
");
|
||||
Loading…
Add table
Add a link
Reference in a new issue