# HG changeset patch # User wenzelm # Date 970605436 -7200 # Node ID 178deaacb2447264231df49aa87b2ecfbfd7aaa8 # Parent e89309dde9d3304eb6ac47bff5c8b368e2343ef0 tuned deps; diff -r e89309dde9d3 -r 178deaacb244 src/HOL/NumberTheory/Fib.thy --- a/src/HOL/NumberTheory/Fib.thy Tue Oct 03 22:36:22 2000 +0200 +++ b/src/HOL/NumberTheory/Fib.thy Tue Oct 03 22:37:16 2000 +0200 @@ -6,7 +6,7 @@ The Fibonacci function. Demonstrates the use of recdef. *) -Fib = Divides + Primes + +Fib = Primes + consts fib :: "nat => nat" recdef fib "less_than" diff -r e89309dde9d3 -r 178deaacb244 src/HOL/NumberTheory/IntPrimes.thy --- a/src/HOL/NumberTheory/IntPrimes.thy Tue Oct 03 22:36:22 2000 +0200 +++ b/src/HOL/NumberTheory/IntPrimes.thy Tue Oct 03 22:37:16 2000 +0200 @@ -4,7 +4,7 @@ Copyright 2000 University of Cambridge *) -IntPrimes = Main + IntDiv + Primes + +IntPrimes = Primes + consts xzgcda :: "int*int*int*int*int*int*int*int => int*int*int"