tuned whitespace
authorhaftmann
Thu, 12 Jun 2025 10:37:57 +0200
changeset 82693 81f64077eaab
parent 82692 8f0b2daa7eaa
child 82694 39a17ff4dd76
tuned whitespace
src/HOL/List.thy
--- a/src/HOL/List.thy	Thu Jun 12 08:03:05 2025 +0200
+++ b/src/HOL/List.thy	Thu Jun 12 10:37:57 2025 +0200
@@ -7945,7 +7945,7 @@
 text \<open>Executable checks for relations on sets\<close>
 
 definition listrel1p :: \<open>('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> 'a list \<Rightarrow> 'a list \<Rightarrow> bool\<close> \<comment> \<open>only for code generation\<close>
-  where  \<open>listrel1p r xs ys \<longleftrightarrow> (xs, ys) \<in> listrel1 {(x, y). r x y}\<close>
+  where \<open>listrel1p r xs ys \<longleftrightarrow> (xs, ys) \<in> listrel1 {(x, y). r x y}\<close>
 
 lemma [code_unfold]:
   \<open>(xs, ys) \<in> listrel1 r \<longleftrightarrow> listrel1p (\<lambda>x y. (x, y) \<in> r) xs ys\<close>