mirror of
https://github.com/Z3Prover/z3
synced 2025-07-16 01:16:39 +00:00
10 lines
263 B
Text
10 lines
263 B
Text
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
|
|
");
|