haftmann [Fri, 08 May 2009 08:00:13 +0200] rev 31066
explicit method linarith
haftmann [Fri, 08 May 2009 08:00:11 +0200] rev 31065
moved int_factor_simprocs.ML to theory Int
haftmann [Thu, 07 May 2009 16:22:35 +0200] rev 31064
treat frees driectly by the LCF kernel
haftmann [Thu, 07 May 2009 16:22:35 +0200] rev 31063
dropped explicit suppport for frees in evaluation conversion stack
haftmann [Thu, 07 May 2009 16:22:34 +0200] rev 31062
no need for explicit delete declaration
haftmann [Thu, 07 May 2009 16:22:34 +0200] rev 31061
better to have distinguished class for preorders
haftmann [Thu, 07 May 2009 12:17:17 +0200] rev 31060
added theory for explicit equivalence relation in preorders
haftmann [Thu, 07 May 2009 12:02:16 +0200] rev 31059
explicit type_name antiquotations
haftmann [Thu, 07 May 2009 12:02:15 +0200] rev 31058
explicit type arguments in constants
haftmann [Wed, 06 May 2009 19:42:27 +0200] rev 31057
merged
haftmann [Wed, 06 May 2009 19:09:31 +0200] rev 31056
robustifed infrastructure for complex term syntax during code generation
haftmann [Wed, 06 May 2009 19:09:31 +0200] rev 31055
proper structures for list and string code generation stuff
haftmann [Wed, 06 May 2009 19:09:14 +0200] rev 31054
explicit type arguments in constants
haftmann [Wed, 06 May 2009 19:09:14 +0200] rev 31053
confine term setup to Eval serialiser
haftmann [Wed, 06 May 2009 16:10:12 +0200] rev 31052
adaptation replaces adaption
haftmann [Wed, 06 May 2009 16:01:23 +0200] rev 31051
refined HOL string theories and corresponding ML fragments
haftmann [Wed, 06 May 2009 16:01:07 +0200] rev 31050
adaptation replaces adaption
haftmann [Wed, 06 May 2009 16:01:06 +0200] rev 31049
explicit type arguments in constants
haftmann [Wed, 06 May 2009 16:01:06 +0200] rev 31048
refined HOL string theories and corresponding ML fragments
haftmann [Wed, 06 May 2009 16:01:05 +0200] rev 31047
tuned description of overloading
haftmann [Wed, 06 May 2009 16:01:05 +0200] rev 31046
confine term setup to Eval serialiser
haftmann [Wed, 06 May 2009 16:01:05 +0200] rev 31045
updated generated file
nipkow [Wed, 06 May 2009 19:15:40 +0200] rev 31044
new lemmas
nipkow [Wed, 06 May 2009 09:58:24 +0200] rev 31043
merged
Timothy Bourke [Wed, 06 May 2009 10:55:47 +1000] rev 31042
Prototype introiff option for find_theorems.
This feature was suggested by Jeremy Avigad / Tobias Nipkow.
It adds an introiff keyword for find_theorems that returns, in
addition to the usual results for intro, any theorems of the
form ([| ... |] ==> (P = Q)) where either P or Q matches the
conclusions of the current goal. Such theorems can be made
introduction rules with [THEN iffDx].
The current patch is for evaluation only. It assumes an
(op = : 'a -> 'a -> bool) operator, which is specific to HOL.
It is not clear how this should be generalised.
huffman [Wed, 06 May 2009 00:57:29 -0700] rev 31041
replace cont2cont_apply with cont_apply; add new cont2cont lemmas
haftmann [Wed, 06 May 2009 09:08:47 +0200] rev 31040
compatible with preorder; bot and top instances
immler@in.tum.de [Mon, 04 May 2009 23:45:58 +0200] rev 31039
updated generated files etc/isar-keywords.el and lib/jedit/isabelle.xml
immler@in.tum.de [Mon, 04 May 2009 23:44:11 +0200] rev 31038
tuned
immler@in.tum.de [Mon, 04 May 2009 23:37:39 +0200] rev 31037
added Philipp Meyer's implementation of AtpMinimal
together with related changes in the sledgehammer-interface:
adapted type of prover, optional relevance filtering,
public get_prover for registered atps in AtpManager,
included atp_minimize in s/h response;