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:
Alex Ozdemir
2022-07-26 15:12:14 -07:00
committed by GitHub
parent 2d0709342e
commit 0b3c936a40
5 changed files with 285 additions and 2 deletions

View File

@@ -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.
///