# HG changeset patch # User blanchet # Date 1643641763 -3600 # Node ID 46a94aa3ec8eb68081535b84a3c93759cc3f578e # Parent 787b69fffaae8e3814f4f8e1a54b43cd64229646 compile Metis_Examples diff -r 787b69fffaae -r 46a94aa3ec8e src/HOL/Metis_Examples/Abstraction.thy --- a/src/HOL/Metis_Examples/Abstraction.thy Mon Jan 31 16:09:23 2022 +0100 +++ b/src/HOL/Metis_Examples/Abstraction.thy Mon Jan 31 16:09:23 2022 +0100 @@ -8,14 +8,14 @@ section \Example Featuring Metis's Support for Lambda-Abstractions\ theory Abstraction -imports "HOL-Library.FuncSet" + imports "HOL-Library.FuncSet" begin (* For Christoph Benzmüller *) lemma "x < 1 \ ((=) = (=)) \ ((=) = (=)) \ x < (2::nat)" by (metis nat_1_add_1 trans_less_add2) -lemma "((=) ) = (\x y. y = x)" +lemma "(=) = (\x y. y = x)" by metis consts diff -r 787b69fffaae -r 46a94aa3ec8e src/HOL/Metis_Examples/Proxies.thy --- a/src/HOL/Metis_Examples/Proxies.thy Mon Jan 31 16:09:23 2022 +0100 +++ b/src/HOL/Metis_Examples/Proxies.thy Mon Jan 31 16:09:23 2022 +0100 @@ -14,8 +14,8 @@ imports Type_Encodings begin -sledgehammer_params [prover = spass, fact_filter = mepo, timeout = 30, preplay_timeout = 0, - dont_minimize] +sledgehammer_params [prover = spass, fact_filter = mepo, slices = 1, timeout = 30, + preplay_timeout = 0, dont_minimize] text \Extensionality and set constants\