]> matita.cs.unibo.it Git - helm.git/log
helm.git
15 years ago- hExtlib: new function "list_assoc_all"
Ferruccio Guidi [Tue, 5 May 2009 17:23:49 +0000 (17:23 +0000)]
- hExtlib: new function "list_assoc_all"
- procedural: new flag "nodefaults" to turn off "default" based tactics. The `Variant flavour is now activated
- grafiteAst: now inline accepts a list of flags that can be easily extended
current flags are: procedural, nodefaults, depth=n, prefix="string" (untested),
theorem, definition, etc.
- transcript: support for explicitly provided inline flags

15 years ago- pretty printer made robust in face of list_nth
Enrico Tassi [Tue, 5 May 2009 16:56:33 +0000 (16:56 +0000)]
- pretty printer made robust in face of list_nth
- bugfixed in generation of aliases in nCicLibrary:
  contructor index are 1-based
- refinement of indtypes fixed:
  - missing undebujinate added
  - index for current indty was in the wrong order
- apply_subst moved to nCicUntrusted
- new iterator for obj_kind

15 years agomore tests
Enrico Tassi [Tue, 5 May 2009 16:52:32 +0000 (16:52 +0000)]
more tests

15 years agoNuova gestione di "by" per auto.
Andrea Asperti [Tue, 5 May 2009 11:11:00 +0000 (11:11 +0000)]
Nuova gestione di "by" per auto.

15 years agoautobatch by
Andrea Asperti [Tue, 5 May 2009 11:09:36 +0000 (11:09 +0000)]
autobatch by

15 years ago- librarian: 3 bugs fixed in the building system:
Ferruccio Guidi [Fri, 1 May 2009 16:40:29 +0000 (16:40 +0000)]
- librarian: 3 bugs fixed in the building system:
1) external dependences must be built using the path relative to their baseuri
2) the path of a non-existent .ma generated by a .mma was wrong
3) the compilation status of external dependences must be cached as for the other files in order to avoid looping.

Repetition of failed compilation remains for dependences of external dependences because the the external compilation caches are lost in the building process

When a devel is entered or leaved, its baseuei is printed for reference. This helps to disambiguate the files with the same name (eg original and reconstructed)
We hope that this will not bother the tests collection mechanism.

- core_notation: notation for non-functional exists had the wrong precedence

- procedural/library/Makefile: -onepass was added by mistake: datatypes/bool.ma fails with -onepass because of the ambiguity of the /\ notation

15 years agorun check_if_goal_is_solved on all goals (active+passive)
Enrico Tassi [Thu, 30 Apr 2009 14:53:46 +0000 (14:53 +0000)]
run check_if_goal_is_solved on all goals (active+passive)

15 years agoAdded an option --enable-annot to the configure to compile with -dtypes
Matthias Puech [Thu, 30 Apr 2009 13:28:13 +0000 (13:28 +0000)]
Added an option --enable-annot to the configure to compile with -dtypes

15 years agoMinor changes pro-automation
Andrea Asperti [Thu, 30 Apr 2009 13:04:28 +0000 (13:04 +0000)]
Minor changes pro-automation

15 years agoAdded a passive table
Andrea Asperti [Thu, 30 Apr 2009 13:03:25 +0000 (13:03 +0000)]
Added a passive table

15 years agoCalling paramodulation instead of demod_all
Andrea Asperti [Thu, 30 Apr 2009 13:02:14 +0000 (13:02 +0000)]
Calling paramodulation instead of demod_all

15 years agoRefinement of inductive type implemented.
Claudio Sacerdoti Coen [Wed, 29 Apr 2009 22:11:08 +0000 (22:11 +0000)]
Refinement of inductive type implemented.
Some functions have been exported from the kernel :-( to avoid code
duplication.

Note: the code seem to be bugged (wrong context), but the operations are taken
verbatim from the kernel. Have we really tested it on inductive types?

15 years ago- procedural: bugfix in "Barendregt convention" test
Ferruccio Guidi [Wed, 29 Apr 2009 20:58:49 +0000 (20:58 +0000)]
- procedural: bugfix in "Barendregt convention" test
- library/logic/cprop_connectives.ma: reorganized.
notations must immediately follow the definition they refer to (or else another
definition can use them in the reconstructed version of the file)
- core_notation.moo: added a notation for non-functiona 'exists
eta-expansion (not a CIC conversion) should be avoided exp. if the rendered
text must be reparsed (ie. during the reconstruction)
"default" notation facility reactivated in parsing mode since it is not
equivalent to the separated rules (they cover eachother).
The bug is in the rendering mode
- applyTransformation: debugging information added (commented)

logic/cprop_connectives.ma reconstructed and compiled !!

15 years ago...
Enrico Tassi [Wed, 29 Apr 2009 13:37:58 +0000 (13:37 +0000)]
...

15 years agocall paramod instead of solve_Rewrite
Enrico Tassi [Wed, 29 Apr 2009 13:37:41 +0000 (13:37 +0000)]
call paramod instead of solve_Rewrite

15 years agono typing
Enrico Tassi [Wed, 29 Apr 2009 13:37:24 +0000 (13:37 +0000)]
no typing

15 years agomany checks guarded with if Utils.debug_metas
Enrico Tassi [Wed, 29 Apr 2009 10:47:55 +0000 (10:47 +0000)]
many checks guarded with if Utils.debug_metas

15 years agoRecords are now interpreted in the NG (but I am sure there is some bug
Claudio Sacerdoti Coen [Wed, 29 Apr 2009 00:04:12 +0000 (00:04 +0000)]
Records are now interpreted in the NG (but I am sure there is some bug
somewhere).

15 years agoInductive definitions are now interpreted (but records are not interpreted yet).
Claudio Sacerdoti Coen [Tue, 28 Apr 2009 23:35:27 +0000 (23:35 +0000)]
Inductive definitions are now interpreted (but records are not interpreted yet).

15 years agoLast commit by Ferruccio reverted since it breaks the library.
Claudio Sacerdoti Coen [Tue, 28 Apr 2009 23:33:49 +0000 (23:33 +0000)]
Last commit by Ferruccio reverted since it breaks the library.
If there is a bug in default, it must be fixed.

15 years agocicNotationUtil: in fresh_name_generator, "\eta" replaced with "eta", which is an...
Ferruccio Guidi [Tue, 28 Apr 2009 19:30:21 +0000 (19:30 +0000)]
cicNotationUtil: in fresh_name_generator, "\eta" replaced with "eta", which is an identifier
cicNotationPp: debug mode turned off
logic/cprop_connectives.ma: duplicate lines removed
matitaScript: missing "\n\n" added in front of inline output
core_notation.moo: the "default" notation directive has a bug. Commented out.

15 years agodepenalization of smart apply inside auto, that is now much faster
Enrico Tassi [Tue, 28 Apr 2009 16:23:14 +0000 (16:23 +0000)]
depenalization of smart apply inside auto, that is now much faster

15 years agofixed bug, demodulation was keeping results not strictly smaller
Enrico Tassi [Tue, 28 Apr 2009 16:13:37 +0000 (16:13 +0000)]
fixed bug, demodulation was keeping results not strictly smaller

15 years agohuge commit in automation:
Enrico Tassi [Tue, 28 Apr 2009 13:59:26 +0000 (13:59 +0000)]
huge commit in automation:
- tactics:
  - all tactics used by auto (apply, applys and thus rewrite)
    do handle correctly the subst present in the status
- indexing:
  - demodualte_all (and thus solve_rewriting) reimplemented,
    faster and more correct
- auto:
  - applyS used to apply theorems, remaining goals have a
    depth penalty

15 years agomatitacLib: bugfix in .moo generation
Ferruccio Guidi [Mon, 27 Apr 2009 15:51:31 +0000 (15:51 +0000)]
matitacLib: bugfix in .moo generation
applyTransformation.ml: highlevel prettyprinter disabled when reconstructing inductive types (was re-enabled by mistake)
procedural/Makefile.common: bugfix in entry names
matitaEngine: unused callback removed
lexiconAstPp: output bugfix

The first reconstructed .ma's form library now compile :)))))))

15 years agoThe backward compatible management of aliases for NG is now fully completed.
Claudio Sacerdoti Coen [Sun, 26 Apr 2009 10:51:38 +0000 (10:51 +0000)]
The backward compatible management of aliases for NG is now fully completed.
Enjoy the NG Matita!

15 years agoIt is now possible for commands processed by grafiteEngine to either return
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 23:11:35 +0000 (23:11 +0000)]
It is now possible for commands processed by grafiteEngine to either return
uris for an old object or for a new one. This information is only used to
generate preferences.

15 years agoLookup_in_library implemented for new objects. Basically, this stupid (??),
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 22:30:39 +0000 (22:30 +0000)]
Lookup_in_library implemented for new objects. Basically, this stupid (??),
inefficient (??) implementation just keeps an associative list that maps names
to URIs and is used to resolve names in the library. This functionality is
provided by ng_kernel/nCicLibrary.

Note: automatic addition of preferences is not there yet.
Thus you need to activate lookup in library to see it working.

15 years agoIt is now possible to declare new aliases using the old syntax
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 21:24:50 +0000 (21:24 +0000)]
It is now possible to declare new aliases using the old syntax
(maybe confusing, but a string is a string). Thus much code becomes
useless in GrafiteDisambiguate. But it will be moved in the next commit
to nCicLibrary to implement the nlookup_in_library function.

15 years ago- matitacLib: lexicon status and grafite status where lost after handling a macro...
Ferruccio Guidi [Sat, 25 Apr 2009 21:12:49 +0000 (21:12 +0000)]
- matitacLib: lexicon status and grafite status where lost after handling a macro. Fixed.

15 years agoThe translation from old aliases to new references is now completely
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 20:30:15 +0000 (20:30 +0000)]
The translation from old aliases to new references is now completely
implemented. It cannot be correct, but it is not supposed to be anyway.

15 years agoApply subst implemented also for Fixpoints.
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 20:29:06 +0000 (20:29 +0000)]
Apply subst implemented also for Fixpoints.

15 years agoType for list_index improved.
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 20:28:07 +0000 (20:28 +0000)]
Type for list_index improved.

15 years agoSlightly improved type for list_index.
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 19:30:10 +0000 (19:30 +0000)]
Slightly improved type for list_index.

15 years agoNew utility function list_index (useful in many places, I think).
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 19:28:06 +0000 (19:28 +0000)]
New utility function list_index (useful in many places, I think).

15 years agoBetter error message.
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 19:12:03 +0000 (19:12 +0000)]
Better error message.

15 years agoDebug option reverted.
Claudio Sacerdoti Coen [Sat, 25 Apr 2009 18:47:14 +0000 (18:47 +0000)]
Debug option reverted.

15 years ago- matitacLib: better handling of the callbacks for the dump operation
Ferruccio Guidi [Sat, 25 Apr 2009 13:16:47 +0000 (13:16 +0000)]
- matitacLib: better handling of the callbacks for the dump operation
- applyTransformation: notation disabled when rendering reconstructed inductive types to avoid notation conflict between notation and inductive type syntax
- lexicon/lexiconEngine: better error messages and one callback removed
- termAcicContent: in lookup_interpretations, sorting the returned interpretations is optional and defaults to true (as before)
- disambiguateChoices: in lookup_symbol_by_dsc, the interpretations are not sorted before choosing, sorting them here is a bug because their order is lost so the chosen one is not the most recent
- grafiteParser: better callback functions for the drop feature of matitac, we introduced module name abbreviations for our convenience
- syntax_extensions/.depend: something is wrong with the Makefiles, this .depend is commited every time :(

15 years ago- Grammar for all obj commands ported to NG (let recs and inductives still need
Claudio Sacerdoti Coen [Fri, 24 Apr 2009 20:47:36 +0000 (20:47 +0000)]
- Grammar for all obj commands ported to NG (let recs and inductives still need
  implementation and raise assert false)
- New feature: every object can be both interactive or not, depending on the
  number of metavariables in the metasenv after disambiguation
- New objects are now put in the same namespace as old ones. The creation of
  aliases takes care of this by looking for new objects before looking for
  old ones. Note: this way the check is done twice, also when mapping
  aliases to terms. However, this is temporary code while the two "libraries"
  coexist.

15 years agoQuick&dirty implementation of neqd:
Claudio Sacerdoti Coen [Fri, 24 Apr 2009 15:11:34 +0000 (15:11 +0000)]
Quick&dirty implementation of neqd:
 a) nCicLibrary has a new function add_obj to add objects to the storage
    (that is, so far, an associative list)
 b) new command nqed
 c) GrafiteDisambiguate modified so that identifiers are resolved
    in the new storage, if possible, before going back to translating
    the old library
 d) implementation of apply_subst for terms and objects (used during nqed)
    Note: these functions are currently in nTacStatus but should be moved
    elsewhere

15 years ago- transcript: we have now two styles of mma's from grafite:
Ferruccio Guidi [Wed, 22 Apr 2009 20:47:20 +0000 (20:47 +0000)]
- transcript: we have now two styles of mma's from grafite:
  1) each includes its source (minimum choice)
  2) each includes the theory file of the source devel (maximim choice)
- matitadep: creation of the theory file is now optional and defaults to no
- procedural/library: we use style 1) above so library/theory is not needed

15 years agosyntax colouring for inverters
Wilmer Ricciotti [Wed, 22 Apr 2009 11:17:44 +0000 (11:17 +0000)]
syntax colouring for inverters

15 years agoDisabled debug prints in the inversion principle.
Wilmer Ricciotti [Wed, 22 Apr 2009 10:54:26 +0000 (10:54 +0000)]
Disabled debug prints in the inversion principle.

15 years agoNew command "inverter" used to generate an induction/inversion principle for
Wilmer Ricciotti [Wed, 22 Apr 2009 10:43:52 +0000 (10:43 +0000)]
New command "inverter" used to generate an induction/inversion principle for
inductive types. The syntax is:

  inverter name_of_the_principle for name_of_inductive_type param_selection

where param_selection is of the form

 (# # # ... #)

where # can be either ? or %. The length of param_selection must match the
number of right parameters of the inverted inductive_type. A % means that the
corresponding parameter will have an inversion hypothesis, while a ? means that
the parameter won't have an inversion hypothesis. Therefore, a selection
(??...?) will generate the traditional elimination principle, while (%%...%)
will generate a full inversion principle.

Induction/inversion principles are useful for treating inductive types such that
some of their right parameters are used uniformly in one or more constructors.
If the inverted parameters are used uniformly in some constructor, the
induction/inversion principle will provide an induction hypothesis for that
branch (while a full inversion, also ranging on non-uniform parameters, would no
provide a useful induction hypothesis).

15 years agodemodulate takes an extra argument 'all', if present it attempts to solve
Enrico Tassi [Wed, 22 Apr 2009 10:30:55 +0000 (10:30 +0000)]
demodulate takes an extra argument 'all', if present it attempts to solve
the goal demodulating it in any possible way. an extra steps argument may
be used to increase the default maximum number of demodulation steps (1).
pump may also affect the result.

15 years ago- MatitaMisc: we factorized here the function out_preamble used in matitadep
Ferruccio Guidi [Tue, 21 Apr 2009 19:49:59 +0000 (19:49 +0000)]
- MatitaMisc: we factorized here the function out_preamble used in matitadep
              and MatitacLib
- ApplyTransformation: we moved some "\n" hoping in a better rendering :)
- matitadep: we now generate a "theory" file (dfault name "theory.ma" but can
- MatitaMisc: we factorized here the function out_preamble used in matitadep
              and MatitacLib
- ApplyTransformation: we moved some "\n" hoping in a better rendering :)
- matitadep: we now generate a "theory" file (dfault name "theory.ma" but can
             be changed via the -theory cmdline option) that includes all the
     files of the devel so the devel itself can be included just
             including the theory file. To speed up the inclusion process, only
             the "top level" files are included (inclusion seems slow anyway)
- procedural/Makefile.common: new entries for single file compilation
- procedural/library: better preamble including library/theory.ma. Now the
                      devel should be reconstructed with the correct notation
- power_derivative.ma: we definitely do not want 'x' as a keyword in a serious
                       file. All files including it (for intance its
       reconstructed version) can not use 'x' as an identifier.
                       For now we replaced 'x' with 'X'
- transcript: bug fix in obtaining the list of files to be processed

15 years agofixed last file restricting auto tables
Enrico Tassi [Tue, 21 Apr 2009 13:03:55 +0000 (13:03 +0000)]
fixed last file restricting auto tables

15 years ago- init_cache_and_tables rewritten using the automation_cache
Enrico Tassi [Mon, 20 Apr 2009 07:58:14 +0000 (07:58 +0000)]
- init_cache_and_tables rewritten using the automation_cache
- new moo command Select to index an equality
- new command pump to perform some given clause steps on the automation
  cache tables
- no more imperative maxmeta in paramodulation:
  - paramodulation/* forlds a bag containing it
  - auto.ml folds tables, containing a bag

15 years agoBug fixed: variable capture in previous commit prevented all aliases insertion.
Claudio Sacerdoti Coen [Mon, 20 Apr 2009 02:26:10 +0000 (02:26 +0000)]
Bug fixed: variable capture in previous commit prevented all aliases insertion.

15 years agoSome improvements.
Claudio Sacerdoti Coen [Fri, 17 Apr 2009 12:59:20 +0000 (12:59 +0000)]
Some improvements.

15 years ago...
Claudio Sacerdoti Coen [Fri, 17 Apr 2009 12:21:54 +0000 (12:21 +0000)]
...

15 years agoProcedural: we corrected two errors about the handling of mutcase (the "cases"
Ferruccio Guidi [Thu, 16 Apr 2009 21:50:52 +0000 (21:50 +0000)]
Procedural: we corrected two errors about the handling of mutcase (the "cases"
            tactic is now disabled because it does not work well with the
    current kernel)
transcript: we immplemented uri substitution in Verbatim items
matitaInit: new option -no-default-includes for omitting the devels included by             default (this is to compile procedural/library :) )
procedural/library: bug fix

15 years agoBug: let-ins are always automatically folded!
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 15:31:10 +0000 (15:31 +0000)]
Bug: let-ins are always automatically folded!

15 years ago...
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 15:28:37 +0000 (15:28 +0000)]
...

15 years agotest/a.ma => tests/ng_tactics.ma, with nassert here and there
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 14:00:41 +0000 (14:00 +0000)]
test/a.ma => tests/ng_tactics.ma, with nassert here and there

15 years agoReplaced long, bugged implementation of letin-tac with two lines of code :-)
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 13:55:36 +0000 (13:55 +0000)]
Replaced long, bugged implementation of letin-tac with two lines of code :-)

15 years agoAdded ppterm.
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 13:39:54 +0000 (13:39 +0000)]
Added ppterm.

15 years agoThe context is now parsed in the reverse (right) order.
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 12:27:12 +0000 (12:27 +0000)]
The context is now parsed in the reverse (right) order.

15 years ago...
Claudio Sacerdoti Coen [Thu, 16 Apr 2009 12:23:22 +0000 (12:23 +0000)]
...

15 years agoUniverse is used only locally to tactics/
Enrico Tassi [Thu, 16 Apr 2009 09:46:57 +0000 (09:46 +0000)]
Universe is used only locally to tactics/
AutomationCache.cache is part of grafite_status and will
contain tables too

15 years agoadded an exception
Enrico Tassi [Thu, 16 Apr 2009 09:45:21 +0000 (09:45 +0000)]
added an exception

15 years ago- transcript: bugfix
Ferruccio Guidi [Wed, 15 Apr 2009 18:48:07 +0000 (18:48 +0000)]
- transcript: bugfix
- library: we removed most uri's. two still remain :(

15 years agowe rebuilt the dependences
Ferruccio Guidi [Tue, 14 Apr 2009 20:18:19 +0000 (20:18 +0000)]
we rebuilt the dependences

15 years ago- Procedural: generation of "exact" is now complete
Ferruccio Guidi [Tue, 14 Apr 2009 20:06:32 +0000 (20:06 +0000)]
- Procedural: generation of "exact" is now complete
-             relevant tactics are now counted correctly
- PrimitiveTactics: we set exact_tac = apply_tac as in NTactics
- transcript: the grafite parser is now working
              the "library" devel is parsed succesfully
- procedural/library: new devel.
                      Will contain the procedural reconstruction of "library"

15 years agoTrick: the refiner always subst-expands the outtype, so that the beta-redex
Claudio Sacerdoti Coen [Tue, 14 Apr 2009 16:37:40 +0000 (16:37 +0000)]
Trick: the refiner always subst-expands the outtype, so that the beta-redex
that will be formed will always be reduced by substitution.

15 years agoBug fixed in two lines + 5 lines of comment.
Claudio Sacerdoti Coen [Tue, 14 Apr 2009 16:16:59 +0000 (16:16 +0000)]
Bug fixed in two lines + 5 lines of comment.
During select, the context of the goal is changed and the conclusion
is changed too (too a ?[out_scope]). Then the changed conclusion was
relocated in the changed context, triggering a delift that in turn triggered
the unification case "something vs ?[out_of_scope]"... at the bad time!
Fixed by manually relocating the new conclusion in the new context.
Manually means opening and building again the cic_term data type, which is
ugly and sort of fragile.

15 years agoassert_tac now takes a list of sequents and also checks that the number of
Claudio Sacerdoti Coen [Tue, 14 Apr 2009 13:36:39 +0000 (13:36 +0000)]
assert_tac now takes a list of sequents and also checks that the number of
sequents is the appropriate one.

It is the first example of a high-tactic that works also with the stack.

15 years agoNew debugging tactic nassert:
Claudio Sacerdoti Coen [Tue, 14 Apr 2009 12:44:31 +0000 (12:44 +0000)]
New debugging tactic nassert:

 nassert H1: t1 ... Hn: tn \vdash T

asserts (using OCaml's assert) that the current goal is equal (using
OCaml equality) to the one given the user. The substitution is fully
expanded just before calling OCaml equality.

15 years agoSemantic selection back again (but no semantic cut&paste yet).
Claudio Sacerdoti Coen [Sun, 12 Apr 2009 11:06:17 +0000 (11:06 +0000)]
Semantic selection back again (but no semantic cut&paste yet).

15 years agoMatch is now rendered as best as possible.
Claudio Sacerdoti Coen [Sun, 12 Apr 2009 10:56:31 +0000 (10:56 +0000)]
Match is now rendered as best as possible.

15 years agoThe sequent viewer now considers the context to render the Rels.
Claudio Sacerdoti Coen [Fri, 10 Apr 2009 13:19:11 +0000 (13:19 +0000)]
The sequent viewer now considers the context to render the Rels.

15 years ago- character: we adjusted some "autobatch" parameters
Ferruccio Guidi [Thu, 9 Apr 2009 18:59:12 +0000 (18:59 +0000)]
- character: we adjusted some "autobatch" parameters
- limits: in classes and subssets we now ensure the compatibility between the
  inhabitance predicate and the equivalence relation

15 years agoThe substitution is now taken in account when printing sequents in the
Claudio Sacerdoti Coen [Thu, 9 Apr 2009 17:50:35 +0000 (17:50 +0000)]
The substitution is now taken in account when printing sequents in the
sequent viewer. Context is not yet taken in account.

15 years agoadded letin, still broken
Enrico Tassi [Thu, 9 Apr 2009 16:16:26 +0000 (16:16 +0000)]
added letin, still broken

15 years ago...
Enrico Tassi [Thu, 9 Apr 2009 16:16:04 +0000 (16:16 +0000)]
...

15 years agonew tactic whd implemented
Enrico Tassi [Thu, 9 Apr 2009 15:25:37 +0000 (15:25 +0000)]
new tactic whd implemented

15 years ago- change implemented in 4 lines
Enrico Tassi [Thu, 9 Apr 2009 15:05:29 +0000 (15:05 +0000)]
- change implemented in 4 lines
- select0 runs on hypothesis
- relocate honors conversion (but clearbody is not implemented)

15 years ago- generalize finished
Enrico Tassi [Thu, 9 Apr 2009 13:09:58 +0000 (13:09 +0000)]
- generalize finished
- relocate implemented in terms of delift

15 years ago?_OS1 := C[ ?_IN ]
Enrico Tassi [Thu, 9 Apr 2009 13:09:16 +0000 (13:09 +0000)]
?_OS1 := C[ ?_IN ]
?_IN := m
=======================
?[m;m]  =?=  ?_OS1

used to yield ? := Rel 2 instead of Rel 1, since the first m
was still out of scope when recursion reaches ?_IN

15 years agofixed modules order
Enrico Tassi [Thu, 9 Apr 2009 10:46:26 +0000 (10:46 +0000)]
fixed modules order

15 years agominor fixes
Enrico Tassi [Thu, 9 Apr 2009 09:47:05 +0000 (09:47 +0000)]
minor fixes

15 years ago...
Enrico Tassi [Thu, 9 Apr 2009 09:31:01 +0000 (09:31 +0000)]
...

15 years ago...
Claudio Sacerdoti Coen [Thu, 9 Apr 2009 09:22:01 +0000 (09:22 +0000)]
...

15 years ago+ Chain NCic.term -> content -> presentation very very roughly implemented
Claudio Sacerdoti Coen [Thu, 9 Apr 2009 09:20:41 +0000 (09:20 +0000)]
+ Chain  NCic.term -> content -> presentation very very roughly implemented
+ The sequent viewer now prints also the neq sequents

15 years agoJust to make it compile again.
Claudio Sacerdoti Coen [Wed, 8 Apr 2009 16:31:56 +0000 (16:31 +0000)]
Just to make it compile again.

15 years agogeneralized is half-implemented (still broken)
Enrico Tassi [Wed, 8 Apr 2009 14:18:33 +0000 (14:18 +0000)]
generalized is half-implemented (still broken)

15 years agoAnalizyng the inductive type of the eliminated term and
Enrico Tassi [Wed, 8 Apr 2009 13:15:49 +0000 (13:15 +0000)]
Analizyng the inductive type of the eliminated term and
the sort of the goals are performed by tactics having
a side-effect. This allows to write tactics like elim and cases
as lists of tactics blocked together.

15 years ago- nrewrite ((very?) rough implementation)
Claudio Sacerdoti Coen [Tue, 7 Apr 2009 22:23:31 +0000 (22:23 +0000)]
- nrewrite ((very?) rough implementation)

  PATTERNS DO NOT WORK (why?)

15 years ago- more progress towards generalize, but I am stuck now
Claudio Sacerdoti Coen [Tue, 7 Apr 2009 21:55:14 +0000 (21:55 +0000)]
- more progress towards generalize, but I am stuck now
- elim completed (up to saturation)

15 years ago- select_tac honors the hypotheses pattern when required to generalize them
Enrico Tassi [Tue, 7 Apr 2009 17:23:10 +0000 (17:23 +0000)]
- select_tac honors the hypotheses pattern when required to generalize them
- clear [names]
- initial generalize tac implementation

15 years agoselect honors the substitution
Enrico Tassi [Tue, 7 Apr 2009 17:21:41 +0000 (17:21 +0000)]
select honors the substitution

15 years agoNew tactic clear; new syntax # _; to introduce and immediately clear an
Claudio Sacerdoti Coen [Mon, 6 Apr 2009 20:40:43 +0000 (20:40 +0000)]
New tactic clear; new syntax # _; to introduce and immediately clear an
hypothesis.

15 years ago...
Claudio Sacerdoti Coen [Mon, 6 Apr 2009 19:59:21 +0000 (19:59 +0000)]
...

15 years agotactic cases works! delift clears tags
Enrico Tassi [Mon, 6 Apr 2009 17:03:55 +0000 (17:03 +0000)]
tactic cases works! delift clears tags

15 years agoeta-contraction was made on the wrong term
Enrico Tassi [Mon, 6 Apr 2009 15:50:28 +0000 (15:50 +0000)]
eta-contraction was made on the wrong term

15 years agounification:
Enrico Tassi [Mon, 6 Apr 2009 15:43:14 +0000 (15:43 +0000)]
unification:
 - the case

    (? args) v.s. ?(tag:OUT_SCOPE)

   is considered as a pattern-driven delifting.
 - the case ? args v.s. t is reduced to ?[args] v.s. t
 - eta-contraction reimplemented
 - beta-expand no longer used

delift:
 - handle out/in scope tag

ntactics:
 - elim sets the out_scope tag for 1 entry

15 years agobetter error message
Enrico Tassi [Mon, 6 Apr 2009 15:35:59 +0000 (15:35 +0000)]
better error message

15 years agoadded one exception
Enrico Tassi [Mon, 6 Apr 2009 15:35:27 +0000 (15:35 +0000)]
added one exception

15 years ago- external quantification removed (will be reintroduced when needed)
Ferruccio Guidi [Mon, 6 Apr 2009 14:20:51 +0000 (14:20 +0000)]
- external quantification removed (will be reintroduced when needed)
- preamble added (was missing)

15 years agolimits: reorganized and attached to nightly tests (cow compiles fully)
Ferruccio Guidi [Mon, 6 Apr 2009 12:42:56 +0000 (12:42 +0000)]
limits: reorganized and attached to nightly tests (cow compiles fully)