2009-09-23 |
Enrico Tassi | new macro screenshot |
blob | commitdiff | raw |
2009-09-21 |
Enrico Tassi | huge commit regarding universes: |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Claudio Sacerdoti... | New tactics ncut and nlapply. |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Enrico Tassi | constructor accepts the arguments of the constructor... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Enrico Tassi | new tactic constructor: @[n] |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Enrico Tassi | new macro ncheck. fixed term2pres for Inductive and... |
blob | commitdiff | raw | diff to current |
2009-07-28 |
Claudio Sacerdoti... | Introduction of vectors of implicit (only for NG). |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Enrico Tassi | ncopy partially implemented and fixed (a ?) chain to... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Enrico Tassi | initial implementation of `ncoercion name : type :... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Enrico Tassi | new nrepeat (and block '('...')' ) tactical |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Claudio Sacerdoti... | 1) Include files for NG were neither recursively proces... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
denes | Added ntry and nassumption tactics |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Enrico Tassi | callbacks were taking in input a status bu were not... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Claudio Sacerdoti... | 1) grafiteWalker removed |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Enrico Tassi | tacticals are really tactics now, they have an AST... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Ferruccio Guidi | - library/list/list.ma: unused code commented |
blob | commitdiff | raw | diff to current |
2009-06-09 |
Claudio Sacerdoti... | Temporary (and partially broken) patch for Ferruccio... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Ferruccio Guidi | - Procedural convertible rewrites in the conclusion... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
denes | First tests for paramodulation (pretty printer, unifica... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Claudio Sacerdoti... | Huge commit with several changes: |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Ferruccio Guidi | - cicInspect: relevant nodes count updated: letin nodes... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Enrico Tassi | nasty change in the lexer/parser: |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Enrico Tassi | in the new kernel you can type Type[i] to mean Type_i... |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Claudio Sacerdoti... | 1) GrafiteAst.NEval => GrafiteAst.NReduce |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Claudio Sacerdoti... | - non_punctuational_tacticals ported to NG |
blob | commitdiff | raw | diff to current |
2009-05-05 |
Ferruccio Guidi | - Procedural: new flag "level=n" to control the reconst... |
blob | commitdiff | raw | diff to current |
2009-05-05 |
Ferruccio Guidi | - hExtlib: new function "list_assoc_all" |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Claudio Sacerdoti... | Records are now interpreted in the NG (but I am sure... |
blob | commitdiff | raw | diff to current |
2009-04-28 |
Enrico Tassi | huge commit in automation: |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Claudio Sacerdoti... | It is now possible to declare new aliases using the... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Ferruccio Guidi | - matitacLib: better handling of the callbacks for... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Claudio Sacerdoti... | - Grammar for all obj commands ported to NG (let recs... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Claudio Sacerdoti... | Quick&dirty implementation of neqd: |
blob | commitdiff | raw | diff to current |
2009-04-22 |
Wilmer Ricciotti | New command "inverter" used to generate an induction... |
blob | commitdiff | raw | diff to current |
2009-04-22 |
Enrico Tassi | demodulate takes an extra argument 'all', if present... |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Enrico Tassi | - init_cache_and_tables rewritten using the automation_... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Claudio Sacerdoti... | The context is now parsed in the reverse (right) order. |
blob | commitdiff | raw | diff to current |
2009-04-14 |
Claudio Sacerdoti... | assert_tac now takes a list of sequents and also checks... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
Claudio Sacerdoti... | New debugging tactic nassert: |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Enrico Tassi | added letin, still broken |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Enrico Tassi | new tactic whd implemented |
blob | commitdiff | raw | diff to current |
2009-04-08 |
Enrico Tassi | generalized is half-implemented (still broken) |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Claudio Sacerdoti... | - nrewrite ((very?) rough implementation) |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Claudio Sacerdoti... | New tactic clear; new syntax # _; to introduce and... |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Enrico Tassi | tactic cases works! delift clears tags |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Claudio Sacerdoti... | New tactic "case1_tac" that make "intro" followed by... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Claudio Sacerdoti... | ## prefix is now used for tinycals |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Claudio Sacerdoti... | New tactic intro. Syntax: "# n". |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Enrico Tassi | added tentative elim |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Enrico Tassi | 1) mk_meta now returns also the index of the created... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Enrico Tassi | tentative subst-sexpand and change |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Enrico Tassi | new apply almost there |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Enrico Tassi | new tactics are almost ready |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Enrico Tassi | unification hints almost ready |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Ferruccio Guidi | - Coq/preamble: missing alias added |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Enrico Tassi | many changes regarding coercions: |
blob | commitdiff | raw | diff to current |
2008-12-19 |
Enrico Tassi | unification hint |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Enrico Tassi | disambiguation can use a goal as hint for the expected... |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Enrico Tassi | new command eval added |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Enrico Tassi | more push/pop to avoid confusion with imperative data... |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Claudio Sacerdoti... | Uri ending in '' were not accepted. Fixed. |
blob | commitdiff | raw | diff to current |
2008-08-25 |
Ferruccio Guidi | bug fix in inline syntax |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Ferruccio Guidi | basic support for imposed flavour in procedural object... |
blob | commitdiff | raw | diff to current |
2008-07-02 |
Ferruccio Guidi | - new tactic applyP for use in the *P*rocedural script... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Enrico Tassi | notation factored, coercion commant taking terms and... |
blob | commitdiff | raw | diff to current |
2008-06-23 |
Enrico Tassi | notation support fixed to parentesize in a more sane... |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Ferruccio Guidi | - grafiteParser.ml: the callback invocation was displaced |
blob | commitdiff | raw | diff to current |
2008-06-20 |
Claudio Sacerdoti... | - partial implementation of pattern for case documented |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Claudio Sacerdoti... | 1. bug fixed in generalize_pattern: a lazy const_tac... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Enrico Tassi | notation on steroids: 'term 40 x' is a valid variable... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Enrico Tassi | new, more rigid syntax, for auto_params affecting the... |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Enrico Tassi | changed auto_tac params type and all derivate tactics... |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Claudio Sacerdoti... | Tactic reduce got rid of. Use normalize, instead. |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Enrico Tassi | BIG FAT WARNING: DEVELOPMENTS DIE HERE |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Enrico Tassi | compose tactic restore and added nocomposites keyword |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Ferruccio Guidi | now destruct takes an optional list of term rather... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Ferruccio Guidi | new implementation of the destruct tactic, |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Claudio Sacerdoti... | Coercions are now generalized to the general form |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Enrico Tassi | added 'rewrite' option to the the hint macro. a cicBrow... |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Claudio Sacerdoti... | 1. "by proof" now allowed as a justification in equalit... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Enrico Tassi | new more flexible compose, see matita/tests/compose... |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Enrico Tassi | new compose tactic, still undocumented. |
blob | commitdiff | raw | diff to current |
2007-05-24 |
Enrico Tassi | auto and autogui... some work |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Ferruccio Guidi | PrimitiveTactics: intros _ now aveilable |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Ferruccio Guidi | procedural: bug fixes |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Claudio Sacerdoti... | Much ado about nothing: |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Ferruccio Guidi | elim tactic: it needs two arguments, a term as well... |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Ferruccio Guidi | elim tactic: now takes a pattern instead of just a... |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Enrico Zoli | "by j let x : T such that P(x)" generalized to allow... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
Ferruccio Guidi | procedural : some improvements. |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Ferruccio Guidi | LexiconAstPp: fixed syntax for include |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Ferruccio Guidi | - Procedural: moved in a directory on its own |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Claudio Sacerdoti... | Several bugs fixed: |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Ferruccio Guidi | matitaGui: some missing cases during disambiguation... |
blob | commitdiff | raw | diff to current |
2006-12-29 |
Ferruccio Guidi | - tactics: |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Claudio Sacerdoti... | New declarative tactic "we proceed by cases on t to... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Claudio Sacerdoti... | New tactic cases (still to be documented). |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Ferruccio Guidi | Procedural: some improvements |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Ferruccio Guidi | we parametrized CicNotationPt.obj on 'term |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Ferruccio Guidi | we started the infrastructure for the procedural render... |
blob | commitdiff | raw | diff to current |
next |