mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
61bd5a69ec
commit
12a255e36b
195 changed files with 11 additions and 526 deletions
8
src/bindings/ml/mlx_symbol_refine.idl
Normal file
8
src/bindings/ml/mlx_symbol_refine.idl
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* Copyright (c) Microsoft Corporation */
|
||||
|
||||
quote(mli,"
|
||||
(**
|
||||
Summary: \[ [ symbol_refine c s ] \] is the refined view of [s].
|
||||
*)
|
||||
val symbol_refine: context -> symbol -> symbol_refined
|
||||
");
|
Loading…
Add table
Add a link
Reference in a new issue