Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
made smlnj happy;
2006-05-20, by wenzelm
export raw_matches;
2006-05-20, by wenzelm
tuned Defs interfaces;
2006-05-20, by wenzelm
yet another re-implementation:
2006-05-20, by wenzelm
removed obsolete partition (cf. List.partition);
2006-05-20, by wenzelm
class axiomatization: finals;
2006-05-20, by wenzelm
abs: precise typing;
2006-05-20, by wenzelm
added syntax for 'unchecked';
2006-05-20, by wenzelm
primrec (unchecked);
2006-05-20, by wenzelm
List.partition;
2006-05-20, by wenzelm
ax_derivs: precise typing;
2006-05-20, by wenzelm
pow: unchecked;
2006-05-20, by wenzelm
removed obsolete 'finalconsts';
2006-05-20, by wenzelm
* Pure: syntax 'CONST name' produces a fully internalized constant;
2006-05-17, by wenzelm
added CONST syntax;
2006-05-17, by wenzelm
export generic term_syntax;
2006-05-17, by wenzelm
consts: replaced early'' flag by inverted authentic'';
2006-05-17, by wenzelm
added mapping;
2006-05-17, by wenzelm
replaced early'' flag by inverted authentic'';
2006-05-17, by wenzelm
renamed CONST to CONSTANT;
2006-05-17, by wenzelm
removing the string array from the result of get_clasimp_atp_lemmas
2006-05-17, by paulson
const_syntax;
2006-05-17, by wenzelm
always preserve authentic consts -- removed Syntax.mixfix_const;
2006-05-17, by wenzelm
tuned;
2006-05-17, by wenzelm
removed outdated/redundant comments;
2006-05-17, by wenzelm
prefer 'definition' over low-level defs;
2006-05-17, by wenzelm
tuned source/document;
2006-05-17, by wenzelm
hide const subst;
2006-05-16, by wenzelm
tuned;
2006-05-16, by wenzelm
const_syntax;
2006-05-16, by wenzelm
* Isar/locale: 'const_syntax';
2006-05-16, by wenzelm
added const_syntax(_i);
2006-05-16, by wenzelm
export consts_of;
2006-05-16, by wenzelm
replaced abbrevs by term_syntax, which is both simpler and more general;
2006-05-16, by wenzelm
added syntax interface;
2006-05-16, by wenzelm
added add_modesyntax;
2006-05-16, by wenzelm
added 'const_syntax';
2006-05-16, by wenzelm
added add_const_syntax, add_consts_authentic;
2006-05-16, by wenzelm
added syntax interface;
2006-05-16, by wenzelm
tuned concrete syntax -- abbreviation/const_syntax;
2006-05-16, by wenzelm
updated;
2006-05-16, by wenzelm
updated;
2006-05-16, by wenzelm
* Pure/library: divide_and_conquer;
2006-05-16, by wenzelm
replaced references to the robot by the mailing list page
2006-05-16, by paulson
added a much simpler proof for the iteration and
2006-05-16, by urbanc
Amine Chaieb: Ferrante and Rackoff Algorithm;
2006-05-16, by wenzelm
Sign.certify_sort;
2006-05-16, by wenzelm
tuned;
2006-05-16, by wenzelm
removed low-level str_of_sort/typ/term (use Display.raw_string_of_sort/typ/term instead, or even PolyML.print -- for debugging purposes);
2006-05-16, by wenzelm
avoid low-level Term.str_of_term;
2006-05-16, by wenzelm
abstract interfaces for type algebra;
2006-05-16, by wenzelm
added divide_and_conquer combinator (by Amine Chaieb);
2006-05-16, by wenzelm
added low-level string_of_term (back again from term.ML) -- should avoid this altogether;
2006-05-16, by wenzelm
more abstract interface to classes/arities;
2006-05-16, by wenzelm
replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);
2006-05-16, by wenzelm
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
2006-05-16, by wenzelm
fixed handling of absolute urls
2006-05-16, by haftmann
added the lemmas pt_fresh_aux and pt_fresh_aux_ineq
2006-05-15, by urbanc
reactivated translations for less/less_eq;
2006-05-13, by wenzelm
added add_primrec_unchecked_i;
2006-05-13, by wenzelm
unchecked definitions;
2006-05-13, by wenzelm
defs (unchecked overloaded), including former primrec;
2006-05-13, by wenzelm
updated;
2006-05-13, by wenzelm
add_defs: unchecked flag;
2006-05-13, by wenzelm
'defs': unchecked flag;
2006-05-13, by wenzelm
Theory.add_defs(_i): added unchecked flag;
2006-05-13, by wenzelm
added add_defs_unchecked(_i);
2006-05-13, by wenzelm
actually reject malformed defs;
2006-05-13, by wenzelm
moved defs explanation to isar-ref;
2006-05-13, by wenzelm
added defs (unchecked)'';
2006-05-13, by wenzelm
* Pure: overloaded definitions are now actually checked for acyclic dependencies;
2006-05-13, by wenzelm
tuned;
2006-05-12, by wenzelm
added lemma in_measure
2006-05-12, by nipkow
fixed silly bug in function serializer for ML
2006-05-12, by haftmann
add new finite chain theorems
2006-05-12, by huffman
improved propagate_deps;
2006-05-12, by wenzelm
check result against certified prop, i.e. admit non-normal statements;
2006-05-11, by wenzelm
tuned;
2006-05-11, by wenzelm
avoid raw equality on type thm;
2006-05-11, by wenzelm
replaced Graph.fold_nodes by general Graph.fold;
2006-05-11, by wenzelm
added fold;
2006-05-11, by wenzelm
tuned Defs.merge;
2006-05-11, by wenzelm
allow dependencies of disjoint collections of instances;
2006-05-11, by wenzelm
use IntGraph from Pure;
2006-05-11, by wenzelm
Function Package: Quick-and-dirty-fixed strange "Proved a different theorem bug"
2006-05-11, by krauss
Fix: Auto term must apply wf-intro rules repeatedly.
2006-05-11, by krauss
fixed codegen bug, cleanup
2006-05-11, by haftmann
revert accidental text change;
2006-05-10, by wenzelm
introduced characters for code generator; some improved code lemmas for some list functions
2006-05-09, by haftmann
added .cvsignore
2006-05-09, by haftmann
added ExecutableRat.thy
2006-05-09, by haftmann
removed 1::int
2006-05-09, by haftmann
added preprocs for CodegenTheorems
2006-05-09, by haftmann
improved code generation for wfrec
2006-05-09, by haftmann
added codegen preprocessors for numerals
2006-05-09, by haftmann
adaption to CodegenTheorems
2006-05-09, by haftmann
added DatatypeHooks
2006-05-09, by haftmann
different object logic setup for CodegenTheorems
2006-05-09, by haftmann
major refinement of codegen_theorems.ML
2006-05-09, by haftmann
removed superfluous eq_ord
2006-05-09, by haftmann
improved chmod/chgrp handling
2006-05-09, by haftmann
speed improvements: expand LCF sublanguage to recognize any constant subterm; also add memoization to cont_tac
2006-05-08, by huffman
quoted 'termination' command;
2006-05-08, by wenzelm
Defs.define: const_typargs;
2006-05-08, by wenzelm
added raw_string_of_sort/typ/term;
2006-05-08, by wenzelm
simple substructure test for typargs (independent type constructors);
2006-05-08, by wenzelm
tuned;
2006-05-08, by wenzelm
string_of_option tuned
2006-05-08, by webertj
* Isar: removed obsolete 'concl is' patterns.
2006-05-07, by wenzelm
removed 'concl is' pattern;
2006-05-07, by wenzelm
removed 'concl is' patterns;
2006-05-07, by wenzelm
tuned;
2006-05-07, by wenzelm
function-package: Changed record usage to make sml/nj happy...
2006-05-07, by krauss
get rid of 'concl is';
2006-05-05, by wenzelm
more robust pretty_term_typ, using well-typed parse tree representation;
2006-05-05, by wenzelm
replaced find_paths by irreducible_paths, i.e. produce paths within a Hasse diagram;
2006-05-05, by wenzelm
replaced Sorts.DOMAIN by general Sorts.CLASS_ERROR;
2006-05-05, by wenzelm
added class_error and exception CLASS_ERROR (supercedes DOMAIN);
2006-05-05, by wenzelm
added syntax for _type_constraint_;
2006-05-05, by wenzelm
extern_early: improved handling of undeclared constants;
2006-05-05, by wenzelm
replaced Graph.find_paths by Graph.irreducible_paths;
2006-05-05, by wenzelm
of_sort: explicit cache value;
2006-05-05, by wenzelm
axiomatization;
2006-05-05, by wenzelm
* Library: theory Accessible_Part has been move to main HOL.
2006-05-05, by wenzelm
Theory.definitions_of;
2006-05-05, by wenzelm
added definitions_of;
2006-05-05, by wenzelm
specifications_of: more detailed information;
2006-05-05, by wenzelm
Added small example theory for new function package.
2006-05-05, by krauss
string_of_... functions added
2006-05-05, by webertj
added the lemma pt_fresh_bij2
2006-05-05, by urbanc
added something
2006-05-05, by haftmann
First usable version of the new function definition package (HOL/function_packake/...).
2006-05-05, by krauss
added something
2006-05-05, by haftmann
added the lemma abs_fun_eq' to the nominal theory,
2006-05-05, by urbanc
extensive reformatting and cleaning up code (no changes in functionality)
2006-05-05, by huffman
slight fix
2006-05-04, by haftmann
added world map
2006-05-04, by haftmann
added js
2006-05-04, by haftmann
Rat.one added
2006-05-04, by webertj
fixed some flaws
2006-05-04, by haftmann
fixed some flaws
2006-05-04, by haftmann
added world map
2006-05-03, by haftmann
pre_cnf_tac: beta-eta-normalization restricted to the current subgoal
2006-05-03, by webertj
improvments in mail obfuscator
2006-05-03, by haftmann
converted to isar theory; removed unsound adm_all axiom
2006-05-03, by huffman
update to reflect changes in inverts/injects lemmas
2006-05-03, by huffman
inverts and injects generated lemmas now take the form of rewrite rules, instead of dest rules
2006-05-03, by huffman
added lemma fresh_right, which is useful
2006-05-03, by urbanc
added the_theory;
2006-05-02, by wenzelm
extend/remove_syntax: observe inout flag for translations, too;
2006-05-02, by wenzelm
handle exception SYS_ERROR;
2006-05-02, by wenzelm
abbreviation: observe local syntax mode;
2006-05-02, by wenzelm
added set_syntax_mode, restore_syntax_mode;
2006-05-02, by wenzelm
sys_error: exception SYS_ERROR;
2006-05-02, by wenzelm
maintain implicit syntax mode;
2006-05-02, by wenzelm
ThyInfo.the_theory;
2006-05-02, by wenzelm
ThyInfo.the_theory;
2006-05-02, by wenzelm
actually removed old stuff;
2006-05-02, by wenzelm
replaced syntax/translations by abbreviation;
2006-05-02, by wenzelm
replaced syntax/translations by abbreviation;
2006-05-02, by wenzelm
replaced syntax/translations by abbreviation;
2006-05-02, by wenzelm
beta_eta_conversion added to pre_cnf_tac
2006-05-02, by webertj
added obfuscation for mails
2006-05-02, by haftmann
tidied and harmonized "params_of_state"
2006-05-02, by paulson
tuned;
2006-05-02, by wenzelm
tuned;
2006-05-02, by wenzelm
added domain_error;
2006-05-02, by wenzelm
of_sort: option;
2006-05-02, by wenzelm
some facts about min, max and add, diff
2006-05-01, by paulson
a few more examples
2006-05-01, by paulson
class_triv: Sign.certify_class;
2006-05-01, by wenzelm
arities: maintain original codomain;
2006-05-01, by wenzelm
added sort_triv;
2006-05-01, by wenzelm
of_sort: simplified derivation;
2006-05-01, by wenzelm
adapted arities;
2006-05-01, by wenzelm
add theorem flift2_defined_iff
2006-05-01, by huffman
add theorem typdef_flat
2006-05-01, by huffman
AxClass.define_class_i, AxClass.get_definition;
2006-04-30, by wenzelm
tuned;
2006-04-30, by wenzelm
AxClass.define_class;
2006-04-30, by wenzelm
build classes/arities: refer to operations in sorts.ML;
2006-04-30, by wenzelm
moved certify_class/sort to type.ML;
2006-04-30, by wenzelm
removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
2006-04-30, by wenzelm
added serial_string;
2006-04-30, by wenzelm
renamed add_axclass(_i) to define_axclass(_i);
2006-04-30, by wenzelm
AxClass.axiomatize_arity_i;
2006-04-30, by wenzelm
AxClass.define_class_i;
2006-04-30, by wenzelm
* Pure: axclasses now purely definitional;
2006-04-30, by wenzelm
reduced code duplication;
2006-04-29, by wenzelm
added insert_list;
2006-04-29, by wenzelm
added unconstrainT;
2006-04-29, by wenzelm
added unconstrainTs;
2006-04-29, by wenzelm
instances data: mutable cache;
2006-04-29, by wenzelm
tuned;
2006-04-29, by wenzelm
Capitalized theory names.
2006-04-28, by berghofe
Removed broken proof.
2006-04-28, by berghofe
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
2006-04-28, by berghofe
New keyword file for HOL nominal datatype package.
2006-04-28, by berghofe
Added new targets for nominal datatype package.
2006-04-28, by berghofe
Capitalized theory names.
2006-04-28, by berghofe
New ROOT file for nominal datatype examples.
2006-04-28, by berghofe
Renamed "nominal" theory to "Nominal".
2006-04-28, by berghofe
New ROOT file for nominal datatype package.
2006-04-28, by berghofe
added some helper files for HOL goals/lemmas. Clauses have TPTP format.
2006-04-28, by mengj
changed the functions for getting HOL helper clauses.
2006-04-28, by mengj
removed the functions for getting HOL helper paths.
2006-04-28, by mengj
SplitAt -> chop
2006-04-27, by berghofe
Adapted to new interface of add_axclass_i.
2006-04-27, by berghofe
added zip/take/drop lemmas
2006-04-27, by nipkow
tuned;
2006-04-27, by wenzelm
renamed Source.mapfilter to Source.map_filter;
2006-04-27, by wenzelm
added map_filter;
2006-04-27, by wenzelm
renamed mapfilter to map_filter, made pervasive (again);
2006-04-27, by wenzelm
tuned basic list operators (flat, maps, map_filter);
2006-04-27, by wenzelm
renamed HOLogic.mk_bin to mk_binum for consistency with dest_binum
2006-04-27, by paulson
slight shortening of blacklist
2006-04-27, by paulson
cosmetic changes
2006-04-27, by paulson
some new functions
2006-04-27, by paulson
isar-keywords.el
2006-04-27, by urbanc
*** empty log message ***
2006-04-26, by wenzelm
curried Seq.cons;
2006-04-26, by wenzelm
removed splitAt (superceded by chop);
2006-04-26, by wenzelm
tuned;
2006-04-26, by wenzelm
removed obsolete expand_case_tac;
2006-04-26, by wenzelm
fixed silly symlink bug
2006-04-26, by haftmann
added Ben Porter's stuff
2006-04-26, by kleing
moved arithmetic series to geometric series in SetInterval
2006-04-26, by kleing
Sign.arity_sorts;
2006-04-25, by wenzelm
unlocalize_mixfix: fallback on NoSyn;
2006-04-25, by wenzelm
tuned;
2006-04-25, by wenzelm
refer to structure Type instead of Sorts;
2006-04-25, by wenzelm
added inter_sort;
2006-04-25, by wenzelm
added remove_sort;
2006-04-25, by wenzelm
added arity_number/sorts;
2006-04-25, by wenzelm
made 'flat' pervasive (again);
2006-04-25, by wenzelm
get_info: removed 'super' field;
2006-04-25, by wenzelm
seperated typedef codegen from main code
2006-04-24, by haftmann
more precise tactics
2006-04-24, by haftmann
fixed typo
2006-04-24, by haftmann
more precise data structure
2006-04-24, by haftmann
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip