summaryrefslogtreecommitdiff
path: root/Test/dafny0/Answer
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-04-21 13:52:57 +0200
committerGravatar wuestholz <unknown>2014-04-21 13:52:57 +0200
commitf6549ab8d0c6a93afeadbea6ba06694805fc3a6d (patch)
treedc46b59b7daf4d53240e21a8844f4abc40cf9384 /Test/dafny0/Answer
parenta46e249e18ca7aac82818b565b9f828cb6f118d3 (diff)
Add support for assumption variables.
Diffstat (limited to 'Test/dafny0/Answer')
-rw-r--r--Test/dafny0/Answer20
1 files changed, 20 insertions, 0 deletions
diff --git a/Test/dafny0/Answer b/Test/dafny0/Answer
index 34c51d58..8987b169 100644
--- a/Test/dafny0/Answer
+++ b/Test/dafny0/Answer
@@ -2267,6 +2267,26 @@ Execution trace:
Dafny program verifier finished with 24 verified, 4 errors
+-------------------- AssumptionVariables0.dfy --------------------
+AssumptionVariables0.dfy(3,29): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a0 && <boolean expression>"
+AssumptionVariables0.dfy(4,33): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a2 && <boolean expression>"
+AssumptionVariables0.dfy(6,20): Error: assumption variable must be ghost
+AssumptionVariables0.dfy(6,2): Error: assumption variable must be of type 'bool'
+AssumptionVariables0.dfy(12,5): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a3 && <boolean expression>"
+AssumptionVariables0.dfy(14,5): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a3 && <boolean expression>"
+AssumptionVariables0.dfy(24,5): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a0 && <boolean expression>"
+AssumptionVariables0.dfy(28,5): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a0 && <boolean expression>"
+AssumptionVariables0.dfy(50,9): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a0 && <boolean expression>"
+AssumptionVariables0.dfy(54,26): Error: assumption variable must be ghost
+AssumptionVariables0.dfy(58,37): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a0 && <boolean expression>"
+AssumptionVariables0.dfy(58,10): Error: assumption variable must be of type 'bool'
+AssumptionVariables0.dfy(66,15): Error: there may be at most one assignment to an assumption variable, the RHS of which must match the expression "a0 && <boolean expression>"
+13 resolution/type errors detected in AssumptionVariables0.dfy
+
+-------------------- AssumptionVariables1.dfy --------------------
+
+Dafny program verifier finished with 4 verified, 0 errors
+
-------------------- Superposition.dfy --------------------
Verifying CheckWellformed$$_0_M0.C.M ...