mirror of
https://github.com/circify/circ.git
synced 2026-01-10 06:08:02 -05:00
Integers (#91)
We already had sorts and values. Now we have operators too. These are only really in the SMT backend right now.
This commit is contained in:
@@ -81,6 +81,7 @@ struct FrontendOptions {
|
||||
#[structopt(long)]
|
||||
lint_prim_rec: bool,
|
||||
|
||||
#[cfg(feature = "zok")]
|
||||
/// In Z#, "isolate" assertions. That is, assertions in if/then/else expressions only take
|
||||
/// effect if that branch is active.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user