equal
deleted
inserted
replaced
1080 unification. Only in case of failure full higher-order unification is |
1080 unification. Only in case of failure full higher-order unification is |
1081 called. This function has a built-in bound, which can be accessed and |
1081 called. This function has a built-in bound, which can be accessed and |
1082 manipulated as a configuration value: |
1082 manipulated as a configuration value: |
1083 |
1083 |
1084 @{ML_response_fake [display,gray] |
1084 @{ML_response_fake [display,gray] |
1085 "Config.get_thy @{theory} (Unify.search_bound_value)" |
1085 "Config.get_global @{theory} (Unify.search_bound_value)" |
1086 "Int 60"} |
1086 "Int 60"} |
1087 |
1087 |
1088 If this bound is reached during unification, Isabelle prints out the |
1088 If this bound is reached during unification, Isabelle prints out the |
1089 warning message @{text [quotes] "Unification bound exceeded"} and |
1089 warning message @{text [quotes] "Unification bound exceeded"} and |
1090 plenty of diagnostic information (sometimes annoyingly plenty of |
1090 plenty of diagnostic information (sometimes annoyingly plenty of |