tuned;
authorwenzelm
Mon, 08 Nov 2021 20:15:04 +0100
changeset 74735 0580ae467ecb
parent 74734 f345da8defff
child 74736 df4449c6eff1
tuned;
src/HOL/ex/Argo_Examples.thy
--- a/src/HOL/ex/Argo_Examples.thy	Mon Nov 08 19:25:17 2021 +0100
+++ b/src/HOL/ex/Argo_Examples.thy	Mon Nov 08 20:15:04 2021 +0100
@@ -531,6 +531,7 @@
 notepad
 begin
   fix a b :: real
+  fix f :: "real \<Rightarrow> 'a"
   have "f (a + b) = f (b + a)" by argo
 next
   have