Skip to content

Commit a081e1e

Browse files
committed
No longer necessary to disable HOL-Algebra notation, as it's disabled in Optics
1 parent 27a865d commit a081e1e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Relation_Lib.thy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ text \<open> This theory marks the boundary between reusable library utilities a
1414
lemma if_eqE [elim!]: "\<lbrakk> (if b then e else f) = v; \<lbrakk> b; e = v \<rbrakk> \<Longrightarrow> P; \<lbrakk> \<not> b; f = v \<rbrakk> \<Longrightarrow> P \<rbrakk> \<Longrightarrow> P"
1515
by (cases b, auto)
1616

17-
no_notation Order.le (infixl \<open>\<sqsubseteq>\<index>\<close> 50)
18-
no_notation Order.lless (infixl \<open>\<sqsubset>\<index>\<close> 50)
19-
no_notation Order.top (\<open>\<top>\<index>\<close>)
20-
no_notation Order.bottom (\<open>\<bottom>\<index>\<close>)
21-
2217
bundle Z_Type_Syntax
2318
begin
2419

0 commit comments

Comments
 (0)