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.
title fixed
2006-07-28, by webertj
replaced extern_skolem by slightly more simplistic revert_skolems;
2006-07-27, by wenzelm
renamed ProofContext.fix_frees to Variable.fix_frees;
2006-07-27, by wenzelm
replaced ProofContext.extern_skolem by slightly more simplistic ProofContext.revert_skolems;
2006-07-27, by wenzelm
no_vars: based on Variable.import;
2006-07-27, by wenzelm
added fix_frees (from Isar/proof_context.ML);
2006-07-27, by wenzelm
declare_term_names: cover types as well;
2006-07-27, by wenzelm
eliminated obsolete freeze_thaw;
2006-07-27, by wenzelm
type annotation added to make SML/NJ happy
2006-07-27, by webertj
"moved basic assumption operations from structure ProofContext to Assumption;"
2006-07-27, by wenzelm
ProofContext.legacy_pretty_thm;
2006-07-27, by wenzelm
added legacy_pretty_thm (with fall-back on ProtoPure.thy);
2006-07-27, by wenzelm
Assumption.assume;
2006-07-27, by wenzelm
removed obsolete is_fact (cf. Thm.no_prems);
2006-07-27, by wenzelm
tuned interfaces;
2006-07-27, by wenzelm
read_def_cterms (legacy version): Consts.certify;
2006-07-27, by wenzelm
Assumption.assume;
2006-07-27, by wenzelm
moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
2006-07-27, by wenzelm
removed obsolete equal_abs_elim(_list);
2006-07-27, by wenzelm
removed obsolete pretty_thm_no_quote;
2006-07-27, by wenzelm
added Pure/assumption.ML;
2006-07-27, by wenzelm
moved basic assumption operations from structure ProofContext to Assumption;
2006-07-27, by wenzelm
tuned proofs;
2006-07-27, by wenzelm
Local assumptions, parameterized by export rules.
2006-07-27, by wenzelm
updated;
2006-07-26, by wenzelm
import(T): result includes fixed types/terms;
2006-07-26, by wenzelm
focus: result record includes (fixed) schematic variables;
2006-07-26, by wenzelm
Variable.import(T): result includes fixed types/terms;
2006-07-26, by wenzelm
linear arithmetic splits certain operators (e.g. min, max, abs)
2006-07-26, by webertj
added eval_term
2006-07-26, by haftmann
updated;
2006-07-26, by wenzelm
fixed LaTeX problem;
2006-07-26, by wenzelm
added eval_term
2006-07-26, by haftmann
Removed wrong sentence (Simon Funke)
2006-07-26, by nipkow
moved pprint functions to Isar/proof_display.ML;
2006-07-26, by wenzelm
Tactical operations depending on local subgoal structure.
2006-07-26, by wenzelm
moved pprint functions to Isar/proof_display.ML;
2006-07-26, by wenzelm
export goal_tac (was internal refine_tac);
2006-07-26, by wenzelm
added Pure/subgoal.ML;
2006-07-26, by wenzelm
updated;
2006-07-25, by wenzelm
raw symbols: disallow dot to avoid confusion in NameSpace.unpack;
2006-07-25, by wenzelm
avoid Term.is_funtype;
2006-07-25, by wenzelm
avoid structure Char;
2006-07-25, by wenzelm
added variant_abs (from term.ML);
2006-07-25, by wenzelm
added find_free (from term.ML);
2006-07-25, by wenzelm
added is/to_ascii_lower/upper;
2006-07-25, by wenzelm
is_funtype: do not export internal operation;
2006-07-25, by wenzelm
tuned;
2006-07-25, by wenzelm
use Term.add_vars instead of obsolete term_varnames;
2006-07-25, by wenzelm
renamed add_term_varnames to Term.add_varnames (cf. Term.add_vars etc.);
2006-07-25, by wenzelm
tuned ML code;
2006-07-25, by wenzelm
renamed Term.variant_abs to Syntax.variant_abs;
2006-07-25, by wenzelm
Drule.merge_rules;
2006-07-25, by wenzelm
renamed Name.give_names to Name.names and moved Name.alphanum to Symbol.alphanum
2006-07-25, by haftmann
improvements for lazy code generation
2006-07-25, by haftmann
fixed typo
2006-07-25, by haftmann
added code generator serialization for Char
2006-07-25, by haftmann
added notes on class_package.ML and codegen_package.ML
2006-07-25, by haftmann
small adjustments
2006-07-23, by haftmann
fixed bug for serialization for uminus on ints
2006-07-23, by haftmann
small improvement in serialization for wfrec
2006-07-23, by haftmann
added structure HOList
2006-07-23, by haftmann
major simplifications for integers
2006-07-23, by haftmann
tactic for prove_instance_arity now gets definition theorems as arguments
2006-07-23, by haftmann
added term_of_string function
2006-07-21, by haftmann
simplification for code generation for Integers
2006-07-21, by haftmann
adaption to argument change in primrec_package
2006-07-21, by haftmann
adaption to changes in class_package
2006-07-21, by haftmann
hooks now take string list as arguments (mutual datatypes); some nice combinators in datatype_codegen
2006-07-21, by haftmann
exported equation transformator
2006-07-21, by haftmann
class package and codegen refinements
2006-07-21, by haftmann
added give_names and alphanum
2006-07-21, by haftmann
Some cases in "case ... of ..." expressions may now
2006-07-21, by berghofe
- Added new "undefined" constant
2006-07-21, by berghofe
removed Variable.monomorphic;
2006-07-20, by wenzelm
comments fixed, member function renamed
2006-07-20, by webertj
Change to algebra method.
2006-07-19, by ballarin
Reimplemented algebra method; now controlled by attribute.
2006-07-19, by ballarin
Strict dfs traversal of imported and registered identifiers.
2006-07-19, by ballarin
added map_default, internal restructuring
2006-07-19, by haftmann
export is_tid;
2006-07-19, by wenzelm
thm_of_proof: improved generation of variables;
2006-07-19, by wenzelm
Sign.infer_types: Name.context;
2006-07-19, by wenzelm
reorganize declarations (more efficient);
2006-07-19, by wenzelm
Name.context for used'';
2006-07-19, by wenzelm
added variant_frees;
2006-07-19, by wenzelm
tuned;
2006-07-19, by wenzelm
export make_context, is_declared;
2006-07-19, by wenzelm
prove: Variable.declare_internal (more efficient);
2006-07-19, by wenzelm
add_local: simplified interface, all frees are known'';
2006-07-19, by wenzelm
Sign.infer_types: Name.context;
2006-07-19, by wenzelm
renamed Variable.rename_wrt to Variable.variant_frees;
2006-07-19, by wenzelm
Fixed the bugs introduced by the last commit! Output is now *identical* to that
2006-07-19, by paulson
MiniSat proof trace format changed; MiniSat is now expected to produce a proof also for "trivial" problems
2006-07-19, by webertj
thm_of_proof: tuned Name operations;
2006-07-18, by wenzelm
print_statement: tuned Variable operations;
2006-07-18, by wenzelm
added newly_fixed, focus;
2006-07-18, by wenzelm
added declare_term_names;
2006-07-18, by wenzelm
fold_proof_terms: canonical arguments;
2006-07-18, by wenzelm
Term.declare_term_names;
2006-07-18, by wenzelm
Started implementing uniqueness proof for recursion
2006-07-18, by berghofe
typo (theorerms) fixed
2006-07-18, by webertj
typo (theorerms) fixed
2006-07-18, by webertj
AList.join now with 'DUP' exception
2006-07-18, by haftmann
added Table.map_default
2006-07-18, by haftmann
removed obsolete ML files;
2006-07-18, by wenzelm
replaced butlast by Library.split_last;
2006-07-17, by wenzelm
replaced butlast by Library.split_last;
2006-07-17, by wenzelm
butlast removed (use fst o split_last instead)
2006-07-17, by webertj
support for MiniSat proof traces added
2006-07-17, by webertj
support for MiniSat proof traces added
2006-07-17, by webertj
has_consts renamed to has_conn, now actually parses the first-order formula
2006-07-16, by paulson
function butlast added
2006-07-15, by webertj
Replaced a-lists by tables to improve efficiency
2006-07-15, by paulson
Pass user lemmas' names to ResHolClause.tptp_write_file and dfg_write_file.
2006-07-15, by mengj
Only include combinators if required by goals and user specified lemmas.
2006-07-15, by mengj
Term.term_lpo takes order on terms rather than strings as argument.
2006-07-14, by ballarin
keep/transaction: unified execution model (with debugging etc.);
2006-07-14, by wenzelm
trivial whitespace changes
2006-07-14, by webertj
simp method: depth_limit;
2006-07-14, by wenzelm
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip