diff -r a50c0ae2312c -r 9ff9651757cd src/HOL/Predicate_Compile_Examples/Predicate_Compile_Examples.thy --- a/src/HOL/Predicate_Compile_Examples/Predicate_Compile_Examples.thy Mon Sep 20 09:26:16 2010 +0200 +++ b/src/HOL/Predicate_Compile_Examples/Predicate_Compile_Examples.thy Mon Sep 20 09:26:18 2010 +0200 @@ -1612,13 +1612,13 @@ rule ''A'' [TS ''b'']}, ''S'')" -code_pred [inductify,skip_proof] derives . +code_pred [inductify, skip_proof] derives . thm derives.equation definition "test = { rhs. derives example_grammar ([NTS ''S''], rhs) }" -code_pred (modes: o \ bool) [inductify, show_modes, show_intermediate_results, skip_proof] test . +code_pred (modes: o \ bool) [inductify] test . thm test.equation values "{rhs. test rhs}"