mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
8 lines
188 B
Text
8 lines
188 B
Text
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ symbol_refine c s ] \] is the refined view of [s].
|
|
*)
|
|
val symbol_refine: context -> symbol -> symbol_refined
|
|
");
|