Now Divides must be the parent
authorpaulson
Fri, 30 May 1997 15:23:25 +0200
changeset 3375 d9b30c300f1e
parent 3374 182a2b76d19e
child 3376 0cc2eaa8b0f9
Now Divides must be the parent
src/HOL/ex/Fib.thy
--- a/src/HOL/ex/Fib.thy	Fri May 30 15:22:19 1997 +0200
+++ b/src/HOL/ex/Fib.thy	Fri May 30 15:23:25 1997 +0200
@@ -7,7 +7,7 @@
 	(the TFL package)
 *)
 
-Fib = WF_Rel +
+Fib = WF_Rel + Divides +
 
 consts fib  :: "nat => nat"
 recdef fib "less_than"