mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
8 lines
181 B
Text
8 lines
181 B
Text
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ sort_refine c s ] \] is the refined view of [s].
|
|
*)
|
|
val sort_refine: context -> sort -> sort_refined
|
|
");
|