diff -r fdbea66eae4b -r 17e29ddd538e src/HOL/Predicate_Compile_Examples/Code_Prolog_Examples.thy --- a/src/HOL/Predicate_Compile_Examples/Code_Prolog_Examples.thy Thu Sep 30 10:48:12 2010 +0200 +++ b/src/HOL/Predicate_Compile_Examples/Code_Prolog_Examples.thy Thu Sep 30 10:48:12 2010 +0200 @@ -12,6 +12,7 @@ setup {* Code_Prolog.map_code_options (K {ensure_groundness = false, + limit_globally = NONE, limited_types = [], limited_predicates = [], replacing = [], @@ -25,6 +26,7 @@ setup {* Code_Prolog.map_code_options (K {ensure_groundness = false, + limit_globally = NONE, limited_types = [], limited_predicates = [], replacing = [], @@ -34,6 +36,7 @@ setup {* Code_Prolog.map_code_options (K {ensure_groundness = false, + limit_globally = NONE, limited_types = [], limited_predicates = [], replacing = [], @@ -202,6 +205,7 @@ setup {* Code_Prolog.map_code_options (K {ensure_groundness = true, + limit_globally = NONE, limited_types = [], limited_predicates = [], replacing = [],