# HG changeset patch # User berghofe # Date 1028731808 -7200 # Node ID aed3aef2a0ca94defbfc6c49b1d82382a156b28c # Parent d2cbbad84ad334e3e6cc4736bc3e3b01aa1b3cbc Removed (now unneeded) declaration of realizer for induction on datatype b. diff -r d2cbbad84ad3 -r aed3aef2a0ca src/HOL/Extraction/Warshall.thy --- a/src/HOL/Extraction/Warshall.thy Wed Aug 07 16:49:25 2002 +0200 +++ b/src/HOL/Extraction/Warshall.thy Wed Aug 07 16:50:08 2002 +0200 @@ -14,14 +14,6 @@ datatype b = T | F -theorem b_ind_realizer: - "R x T \ R y F \ R (case b of T \ x | F \ y) b" - by (induct b, simp_all) - -realizers - b.induct (P): "\P b x y. (case b of T \ x | F \ y)" - "\P b x (h: _) y. b_ind_realizer \ (\x b. realizes x (P b)) \ _ \ _ \ _ \ h" - consts is_path' :: "('a \ 'a \ b) \ 'a \ 'a list \ 'a \ bool"