mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +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
8
ml/mlx_symbol_refine.idl
Normal file
8
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