Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
\schemaVar \term [rigid] boolean br;
\assumes( ==> br = TRUE)
\find(br)
\ignoreUpdateLevel // safe as only rigid terms are matched
\replacewith(FALSE)
\heuristics(apply_equations)
\displayname "apply_eq_boolean"
Expand All @@ -106,6 +107,7 @@
\schemaVar \term [rigid] boolean br;
\assumes( ==> br = FALSE)
\find(br)
\ignoreUpdateLevel // safe as only rigid terms are matched
\replacewith(TRUE)
\heuristics(apply_equations)
\displayname "apply_eq_boolean"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This files contains representation of taclets, which are accepted and revised.
# Date: Wed Jul 22 17:10:12 CEST 2026
# Date: Sat Jul 25 10:22:38 CEST 2026

== abortJavaCardTransactionAPI (abortJavaCardTransactionAPI) =========================================
abortJavaCardTransactionAPI {
Expand Down Expand Up @@ -1006,15 +1006,15 @@ Choices: true}
apply_eq_boolean_rigid {
\assumes ([]==>[equals(br,TRUE)])
\find(br)
\sameUpdateLevel\replacewith(FALSE)
\replacewith(FALSE)
\heuristics(apply_equations)
Choices: true}
-----------------------------------------------------
== apply_eq_boolean_rigid_2 (apply_eq_boolean) =========================================
apply_eq_boolean_rigid_2 {
\assumes ([]==>[equals(br,FALSE)])
\find(br)
\sameUpdateLevel\replacewith(TRUE)
\replacewith(TRUE)
\heuristics(apply_equations)
Choices: true}
-----------------------------------------------------
Expand Down
Loading