mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ sort_refine c s ] \] is the refined view of [s].
|
|
*)
|
|
val sort_refine: context -> sort -> sort_refined
|
|
");
|