wenzelm [Wed, 11 Oct 2006 22:55:16 +0200] rev 20979
'context': demand 'begin', support local theory;
removed 'undo_end', recovered 'cannot_undo';
tuned Toplevel.begin_local_theory;
wenzelm [Wed, 11 Oct 2006 22:55:15 +0200] rev 20978
removed 'undo_end', recovered 'cannot_undo';
wenzelm [Wed, 11 Oct 2006 22:55:14 +0200] rev 20977
tuned signature;
haftmann [Wed, 11 Oct 2006 20:35:54 +0200] rev 20976
minor refinements in serialization
haftmann [Wed, 11 Oct 2006 14:51:41 +0200] rev 20975
adapted to signature change
haftmann [Wed, 11 Oct 2006 14:51:25 +0200] rev 20974
slight type signature changes
haftmann [Wed, 11 Oct 2006 14:51:24 +0200] rev 20973
cleaned up HOL bootstrap
haftmann [Wed, 11 Oct 2006 10:49:36 +0200] rev 20972
abandoned findrep
haftmann [Wed, 11 Oct 2006 10:49:29 +0200] rev 20971
added code generator setup
haftmann [Wed, 11 Oct 2006 10:49:28 +0200] rev 20970
added code lemma
paulson [Wed, 11 Oct 2006 10:17:42 +0200] rev 20969
Abstraction re-use code now checks that the abstraction function can be used in the current
theory.
haftmann [Wed, 11 Oct 2006 09:33:18 +0200] rev 20968
added examples for nested let
haftmann [Wed, 11 Oct 2006 08:57:47 +0200] rev 20967
added tex files to CVS
wenzelm [Wed, 11 Oct 2006 00:32:02 +0200] rev 20966
renamed body_context_node to presentation_context;
wenzelm [Wed, 11 Oct 2006 00:31:38 +0200] rev 20965
add_locale(_i): return actual result context;
cert_facts: allow qualified names;
wenzelm [Wed, 11 Oct 2006 00:27:39 +0200] rev 20964
class(_i): mimic Locale.add_locale(_i);
'class': begin_local_theory;
wenzelm [Wed, 11 Oct 2006 00:27:38 +0200] rev 20963
added type global_theory -- theory or local_theory;
added begin/exit_local_theory;
removed theory_context;
renamed body_context_node to presentation_context;
removed copy (checkpoint twice instead -- avoids unrelated theories);
wenzelm [Wed, 11 Oct 2006 00:27:37 +0200] rev 20962
added begin;
wenzelm [Wed, 11 Oct 2006 00:27:35 +0200] rev 20961
added opt_begin;
wenzelm [Wed, 11 Oct 2006 00:27:34 +0200] rev 20960
added raw_theory(_result);
tuned;
wenzelm [Wed, 11 Oct 2006 00:27:32 +0200] rev 20959
Toplevel.end_proof;
wenzelm [Wed, 11 Oct 2006 00:27:31 +0200] rev 20958
'end': handle local theory;
'locale': begin local theory;
wenzelm [Wed, 11 Oct 2006 00:27:30 +0200] rev 20957
undo_end/kill: handle local theory;
Toplevel: generic_theory;
wenzelm [Wed, 11 Oct 2006 00:27:29 +0200] rev 20956
Toplevel: generic_theory;
urbanc [Tue, 10 Oct 2006 16:26:59 +0200] rev 20955
made some proof look more like the ones in Barendregt
paulson [Tue, 10 Oct 2006 15:33:25 +0200] rev 20954
A way to call the ATP linkup from ML scripts
paulson [Tue, 10 Oct 2006 15:30:48 +0200] rev 20953
Combinators require the theory name; added settings for SPASS
haftmann [Tue, 10 Oct 2006 13:59:16 +0200] rev 20952
stripped pointless head
haftmann [Tue, 10 Oct 2006 13:59:13 +0200] rev 20951
gen_rem(s) abandoned in favour of remove / subtract
haftmann [Tue, 10 Oct 2006 13:59:12 +0200] rev 20950
added IsarAdvanced material