Now loads theory Recdef
authorpaulson
Thu, 05 Jun 1997 13:26:09 +0200
changeset 3404 91a91790899a
parent 3403 6cc663f6d62e
child 3405 2cccd0e3e9ea
Now loads theory Recdef
src/HOL/ex/ROOT.ML
--- a/src/HOL/ex/ROOT.ML	Thu Jun 05 13:22:25 1997 +0200
+++ b/src/HOL/ex/ROOT.ML	Thu Jun 05 13:26:09 1997 +0200
@@ -12,6 +12,7 @@
 proof_timing := true;
 
 (**Some examples of recursive function definitions: the TFL package**)
+time_use_thy "Recdef";
 time_use_thy "Fib";
 time_use_thy "Primes";
 time_use_thy "Primrec";