mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
quote(mlmli,"
|
|
type stat_datum = Stat_int of int | Stat_float of float
|
|
type stats_refined = (string, stat_datum) Hashtbl.t
|
|
");
|
|
quote(mli,"
|
|
(**
|
|
Summary: [stats_refine c s] is the refined stats of [s].
|
|
*)
|
|
val stats_refine : context -> stats -> stats_refined
|
|
");
|