mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ numeral_refine c a ] \] is the refined view of [a].
|
|
|
|
- {b Precondition}: [get_ast_kind c a = NUMERAL_AST]
|
|
*)
|
|
val numeral_refine : context -> ast -> numeral_refined
|
|
");
|