Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
added lemma pt_perm_compose'
2006-02-15, by urbanc
got rid of superfluous linorder_neqE-instance for int.
2006-02-15, by nipkow
typo in a comment fixed
2006-02-15, by webertj
exported some interfaces useful for other code generator approaches
2006-02-15, by haftmann
some fixes
2006-02-15, by haftmann
exported specifications_of
2006-02-15, by haftmann
added theory of executable rational numbers
2006-02-14, by haftmann
improved handling of iml abstractions
2006-02-14, by haftmann
fixed tracing
2006-02-14, by paulson
Adapted to Context.generic syntax.
2006-02-13, by berghofe
Fixed a bug of type unification.
2006-02-13, by mengj
* ML/Pure/General: improved join interface for tables;
2006-02-12, by wenzelm
consts: maintain thy version for efficient transfer;
2006-02-12, by wenzelm
tuned;
2006-02-12, by wenzelm
export exception SAME (for join);
2006-02-12, by wenzelm
low-level tuning of merge: maintain identity of accesses;
2006-02-12, by wenzelm
share exception UNDEF with Table;
2006-02-12, by wenzelm
structure Datatab: private copy avoids potential conflict of table exceptions;
2006-02-12, by wenzelm
added eq_consts;
2006-02-12, by wenzelm
minor tuning of proofs, notably induct;
2006-02-12, by wenzelm
simplified TableFun.join;
2006-02-12, by wenzelm
\usepackage{amssymb};
2006-02-12, by wenzelm
* include generalised MVT in HyperReal (contributed by Benjamin Porter)
2006-02-12, by kleing
* moved ThreeDivides from Isar_examples to better suited HOL/ex
2006-02-12, by kleing
divisibility by 3 theorem, contributed by Benjamin Porter,
2006-02-12, by kleing
replaced mixfix_conflict by mixfix_content;
2006-02-11, by wenzelm
added map_theory;
2006-02-11, by wenzelm
added abbreviations: activated by init, no expressions yet;
2006-02-11, by wenzelm
added restore;
2006-02-11, by wenzelm
tuned mixfixes, mixfix_conflict;
2006-02-11, by wenzelm
removed custom_accesses;
2006-02-11, by wenzelm
added variant_name;
2006-02-11, by wenzelm
removed custom_accesses;
2006-02-11, by wenzelm
tuned;
2006-02-11, by wenzelm
added chop (sane version of splitAt);
2006-02-11, by wenzelm
Changed some code due to changes in reduce_axiomsN.ML.
2006-02-11, by mengj
Added another filter strategy.
2006-02-11, by mengj
improved code generator devarification
2006-02-10, by haftmann
statement: improved error msg;
2006-02-10, by wenzelm
* ML/Pure: generic Args/Attrib syntax everywhere;
2006-02-10, by wenzelm
moved fixedN to lexicon.ML;
2006-02-10, by wenzelm
added mfix_delims;
2006-02-10, by wenzelm
added mixfix_conflict;
2006-02-10, by wenzelm
added fixedN, constN;
2006-02-10, by wenzelm
tuned comment;
2006-02-10, by wenzelm
tuned comment;
2006-02-10, by wenzelm
syntax: Context.generic;
2006-02-10, by wenzelm
Context.generic is canonical state of parsers;
2006-02-10, by wenzelm
Local syntax depending on theory syntax.
2006-02-10, by wenzelm
decode: observe Syntax.constN;
2006-02-10, by wenzelm
removed obsolete add_typ/term_classes/tycons;
2006-02-10, by wenzelm
tuned extern_term, pretty_term';
2006-02-10, by wenzelm
removed set quick_and_dirty and ThmDeps.enable -- no effect here;
2006-02-10, by wenzelm
abbrevs: store in reverted orientation;
2006-02-10, by wenzelm
use proof_general.ML: setmp quick_and_dirty captures default value;
2006-02-10, by wenzelm
added Isar/local_syntax.ML;
2006-02-10, by wenzelm
tuned;
2006-02-10, by wenzelm
Args/Attrib syntax: Context.generic;
2006-02-10, by wenzelm
simplified polyml example;
2006-02-10, by wenzelm
tidying
2006-02-09, by paulson
blacklist tweaks
2006-02-09, by paulson
names for simprules
2006-02-09, by paulson
removed redundant lemmas
2006-02-09, by huffman
no longer need All_equiv lemmas
2006-02-09, by huffman
map_type_tvar/tfree: map_atyps;
2006-02-08, by wenzelm
tuned;
2006-02-08, by wenzelm
*** empty log message ***
2006-02-08, by nipkow
made "dvd" on numbers executable by simp.
2006-02-08, by nipkow
introduced gen_distinct in place of distinct
2006-02-08, by haftmann
fixed the most silly bug conceivable in map_atyps
2006-02-08, by haftmann
lambda: base name of Const;
2006-02-07, by wenzelm
adapted Sign.infer_types;
2006-02-07, by wenzelm
has_duplicates;
2006-02-07, by wenzelm
adapted Sign.infer_types;
2006-02-07, by wenzelm
added local consts component;
2006-02-07, by wenzelm
Library.is_equal;
2006-02-07, by wenzelm
removed obsolete sign_of_cterm;
2006-02-07, by wenzelm
adapted Sign.infer_types(_simult), Sign.certify_term/prop;
2006-02-07, by wenzelm
export consts_of;
2006-02-07, by wenzelm
removed eq-polymorphic duplicates;
2006-02-07, by wenzelm
renamed space to space_of;
2006-02-07, by wenzelm
renamed gen_duplicates to duplicates;
2006-02-07, by wenzelm
slight improvements in code generation
2006-02-07, by haftmann
updated;
2006-02-06, by wenzelm
Logic.combound;
2006-02-06, by wenzelm
adapted Consts.dest;
2006-02-06, by wenzelm
Sign.cert_def;
2006-02-06, by wenzelm
added bound_vars;
2006-02-06, by wenzelm
TableFun: renamed xxx_multi to xxx_list;
2006-02-06, by wenzelm
Envir.(beta_)eta_contract;
2006-02-06, by wenzelm
added local_theory, with optional locale xname;
2006-02-06, by wenzelm
type local_theory;
2006-02-06, by wenzelm
norm_term: Sign.const_expansion, Envir.expand_atom;
2006-02-06, by wenzelm
TableFun: renamed xxx_multi to xxx_list;
2006-02-06, by wenzelm
type local_theory = Proof.context;
2006-02-06, by wenzelm
cert_def: use Logic.dest_def;
2006-02-06, by wenzelm
Toplevel.local_theory;
2006-02-06, by wenzelm
LocalDefs.cert_def;
2006-02-06, by wenzelm
eq_prop: Envir.beta_eta_contract;
2006-02-06, by wenzelm
renamed xxx_multi to xxx_list;
2006-02-06, by wenzelm
moved combound, rlist_abs to logic.ML;
2006-02-06, by wenzelm
union_tpairs: Library.merge;
2006-02-06, by wenzelm
moved no_vars to sign.ML;
2006-02-06, by wenzelm
lambda: abstract over any const;
2006-02-06, by wenzelm
added add_abbrevs(_i);
2006-02-06, by wenzelm
moved (beta_)eta_contract to envir.ML;
2006-02-06, by wenzelm
tuned;
2006-02-06, by wenzelm
added generic dest_def (mostly from theory.ML);
2006-02-06, by wenzelm
added (beta_)eta_contract (from pattern.ML);
2006-02-06, by wenzelm
print_theory: const abbreviations;
2006-02-06, by wenzelm
added abbreviations;
2006-02-06, by wenzelm
load envir.ML and logic.ML early;
2006-02-06, by wenzelm
Logic.rlist_abs;
2006-02-06, by wenzelm
Logic.const_of_class/class_of_const;
2006-02-06, by wenzelm
TableFun: renamed xxx_multi to xxx_list;
2006-02-06, by wenzelm
replaced Symtab.merge_multi by local merge_rules;
2006-02-06, by wenzelm
Envir.(beta_)eta_contract;
2006-02-06, by wenzelm
subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
2006-02-06, by haftmann
added strip_abs
2006-02-06, by haftmann
clarified semantics of merge
2006-02-06, by haftmann
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip