]> matita.cs.unibo.it Git - helm.git/log
helm.git
18 years agoThis commit was manufactured by cvs2svn to create tag 'V_0_7_2_3'. V_0_7_2_3
no author [Wed, 23 Nov 2005 10:02:47 +0000 (10:02 +0000)]
This commit was manufactured by cvs2svn to create tag 'V_0_7_2_3'.

18 years agoocaml 3.09 transition
Stefano Zacchiroli [Wed, 23 Nov 2005 10:02:47 +0000 (10:02 +0000)]
ocaml 3.09 transition

18 years ago0.7.2 version (ancient)
Stefano Zacchiroli [Wed, 23 Nov 2005 09:50:05 +0000 (09:50 +0000)]
0.7.2 version (ancient)

18 years ago- more resilient to proof checking failures during pretty printing
Stefano Zacchiroli [Tue, 22 Nov 2005 18:04:55 +0000 (18:04 +0000)]
- more resilient to proof checking failures during pretty printing
- do not compute inner types for sequents

18 years agosupport pretty printing of Cic.Implicit
Stefano Zacchiroli [Tue, 22 Nov 2005 18:03:36 +0000 (18:03 +0000)]
support pretty printing of Cic.Implicit

18 years agobugfix: return unshared sequent when applying cic -> mathml transformations so that...
Stefano Zacchiroli [Tue, 22 Nov 2005 12:57:06 +0000 (12:57 +0000)]
bugfix: return unshared sequent when applying cic -> mathml transformations so that paste work again

18 years agoDebugging code commented out.
Claudio Sacerdoti Coen [Tue, 22 Nov 2005 09:52:32 +0000 (09:52 +0000)]
Debugging code commented out.

18 years agoError messages improved.
Claudio Sacerdoti Coen [Tue, 22 Nov 2005 09:42:56 +0000 (09:42 +0000)]
Error messages improved.

18 years ago"Localization" of error messages for eat_prods and applications.
Claudio Sacerdoti Coen [Tue, 22 Nov 2005 09:42:08 +0000 (09:42 +0000)]
"Localization" of error messages for eat_prods and applications.

18 years agoLess verbose error messages.
Claudio Sacerdoti Coen [Tue, 22 Nov 2005 09:41:44 +0000 (09:41 +0000)]
Less verbose error messages.

18 years agoLast details.
Claudio Sacerdoti Coen [Tue, 22 Nov 2005 09:05:54 +0000 (09:05 +0000)]
Last details.

18 years agoProof using function induction terminated. It's really gorgeous.
Claudio Sacerdoti Coen [Mon, 21 Nov 2005 19:16:51 +0000 (19:16 +0000)]
Proof using function induction terminated. It's really gorgeous.

18 years agoLost of redundant typing hints removed from the functional induction term.
Claudio Sacerdoti Coen [Mon, 21 Nov 2005 18:16:59 +0000 (18:16 +0000)]
Lost of redundant typing hints removed from the functional induction term.

18 years agoNew proof based on an hand-made functional induction.
Claudio Sacerdoti Coen [Mon, 21 Nov 2005 18:07:47 +0000 (18:07 +0000)]
New proof based on an hand-made functional induction.

18 years agoUseful lemma added.
Claudio Sacerdoti Coen [Mon, 21 Nov 2005 18:07:27 +0000 (18:07 +0000)]
Useful lemma added.

18 years agoInvariant no longer true (since when?)
Claudio Sacerdoti Coen [Mon, 21 Nov 2005 17:58:17 +0000 (17:58 +0000)]
Invariant no longer true (since when?)

18 years agoMore informative error messages.
Claudio Sacerdoti Coen [Mon, 21 Nov 2005 16:16:49 +0000 (16:16 +0000)]
More informative error messages.

18 years agosplit body away to ease inclusion from elsewhere
Stefano Zacchiroli [Mon, 21 Nov 2005 13:22:06 +0000 (13:22 +0000)]
split body away to ease inclusion from elsewhere

18 years agosplit to easy inclusion
Stefano Zacchiroli [Mon, 21 Nov 2005 13:12:51 +0000 (13:12 +0000)]
split to easy inclusion

18 years agotypo
Stefano Zacchiroli [Mon, 21 Nov 2005 13:10:45 +0000 (13:10 +0000)]
typo

18 years agointernal quantification fixed
Ferruccio Guidi [Mon, 21 Nov 2005 11:28:31 +0000 (11:28 +0000)]
internal quantification fixed

18 years agofixed URI regexp so that URIs containing '-' are allowed
Stefano Zacchiroli [Mon, 21 Nov 2005 08:36:02 +0000 (08:36 +0000)]
fixed URI regexp so that URIs containing '-' are allowed

18 years ago"let rec f = ... in f l" used to be compiled incorrectly
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 18:28:15 +0000 (18:28 +0000)]
"let rec f = ... in f l" used to be compiled incorrectly
(without checking if f occurs in l and without delifting l!!!)

18 years agotheorems about equality in classes
Ferruccio Guidi [Sat, 19 Nov 2005 18:01:48 +0000 (18:01 +0000)]
theorems about equality in classes

18 years agosome definitions about subsets
Ferruccio Guidi [Sat, 19 Nov 2005 17:58:50 +0000 (17:58 +0000)]
some definitions about subsets

18 years agoError messages improvement.
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 17:53:18 +0000 (17:53 +0000)]
Error messages improvement.

18 years agoLess verbose error messages (= substitution applied everywhere, terms pretty
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 17:51:54 +0000 (17:51 +0000)]
Less verbose error messages (= substitution applied everywhere, terms pretty
printed in their context) are now printed by default.
There is a flag in cicUnification.ml to set the error messages to the
verbose mode.

18 years agoWrong reported error message fixed.
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 15:38:19 +0000 (15:38 +0000)]
Wrong reported error message fixed.

18 years agoMore information is now printed when reporting errors.
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 15:26:57 +0000 (15:26 +0000)]
More information is now printed when reporting errors.

18 years agoTypo fixed.
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 15:07:00 +0000 (15:07 +0000)]
Typo fixed.

18 years agoDisambiguation errors are no longer thrown away. They are now collected
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 15:02:08 +0000 (15:02 +0000)]
Disambiguation errors are no longer thrown away. They are now collected
and presented (in a not understandable way) to the user.

18 years agosome renaming
Ferruccio Guidi [Sat, 19 Nov 2005 12:16:40 +0000 (12:16 +0000)]
some renaming

18 years agoCoercions are now inserted also around the sources of lambda abstractions.
Claudio Sacerdoti Coen [Sat, 19 Nov 2005 09:00:58 +0000 (09:00 +0000)]
Coercions are now inserted also around the sources of lambda abstractions.

18 years agomore work for coercions
Enrico Tassi [Fri, 18 Nov 2005 17:28:02 +0000 (17:28 +0000)]
more work for coercions

18 years agofix
Enrico Tassi [Fri, 18 Nov 2005 17:25:27 +0000 (17:25 +0000)]
fix

18 years agofixed coercions undo
Enrico Tassi [Fri, 18 Nov 2005 17:22:50 +0000 (17:22 +0000)]
fixed coercions undo

18 years agoadded debug items for enabling/disabling pretty printing notation completely
Stefano Zacchiroli [Fri, 18 Nov 2005 16:52:13 +0000 (16:52 +0000)]
added debug items for enabling/disabling pretty printing notation completely

18 years agoadded support for enabling/disabling (pretty printing) notation
Stefano Zacchiroli [Fri, 18 Nov 2005 16:51:47 +0000 (16:51 +0000)]
added support for enabling/disabling (pretty printing) notation

18 years agofix for coercions
Enrico Tassi [Fri, 18 Nov 2005 16:03:38 +0000 (16:03 +0000)]
fix for coercions

18 years agoIncredible bug fixed: coercions were computed and then partially thrown away
Claudio Sacerdoti Coen [Fri, 18 Nov 2005 15:59:38 +0000 (15:59 +0000)]
Incredible bug fixed: coercions were computed and then partially thrown away
during eat_prods!

18 years agosome more on tinycals
Enrico Tassi [Fri, 18 Nov 2005 12:59:41 +0000 (12:59 +0000)]
some more on tinycals

18 years agoadded more on tinycals
Enrico Tassi [Fri, 18 Nov 2005 12:55:29 +0000 (12:55 +0000)]
added more on tinycals

18 years agoImprovement/bug fix: rewriting in the hypothesis used to simplify the
Claudio Sacerdoti Coen [Fri, 18 Nov 2005 12:17:15 +0000 (12:17 +0000)]
Improvement/bug fix: rewriting in the hypothesis used to simplify the
new hypothesis. This is no longer done.

18 years ago...
Claudio Sacerdoti Coen [Fri, 18 Nov 2005 10:57:55 +0000 (10:57 +0000)]
...

18 years agoNew test for parallel rewriting in the hypotheses and in the conclusion.
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 18:39:16 +0000 (18:39 +0000)]
New test for parallel rewriting in the hypotheses and in the conclusion.

18 years agoComments changed/removed.
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 18:38:28 +0000 (18:38 +0000)]
Comments changed/removed.

18 years ago"Parallel" rewriting in a list of hypothesis and in the conclusion is now
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 18:37:38 +0000 (18:37 +0000)]
"Parallel" rewriting in a list of hypothesis and in the conclusion is now
allowed.

18 years agoMajor code semplification and improvement:
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 18:19:39 +0000 (18:19 +0000)]
Major code semplification and improvement:
 1. the proof term generated used to have a (Hletin) ...
    Now it has a (H) ...
 2. the code has been greatly simplified by renaming the old variable
    first and doing a letin later; I used to do the letin first and
    rename the new variable at the end

18 years agoaded a prototype of chtting aboit tacticals
Enrico Tassi [Thu, 17 Nov 2005 17:47:40 +0000 (17:47 +0000)]
aded a prototype of chtting aboit tacticals

18 years agofilled disambiguation algorithm section
Stefano Zacchiroli [Thu, 17 Nov 2005 17:10:43 +0000 (17:10 +0000)]
filled disambiguation algorithm section

18 years agoFirst draft implementation of rewriting in an hypothesis.
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 16:15:29 +0000 (16:15 +0000)]
First draft implementation of rewriting in an hypothesis.
Highly incomplete. Fails randomly if the pattern is not one the tactic is able
to cope with.

18 years agoNew tactic rename (for now for internal usage only).
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 16:13:57 +0000 (16:13 +0000)]
New tactic rename (for now for internal usage only).

18 years agomatita.tex
Enrico Tassi [Thu, 17 Nov 2005 15:18:54 +0000 (15:18 +0000)]
matita.tex

18 years agofollowed kluwer guidelines
Stefano Zacchiroli [Thu, 17 Nov 2005 15:13:15 +0000 (15:13 +0000)]
followed kluwer guidelines

18 years agoInizio stesura parte su "libreria tutta visibile".
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 15:10:46 +0000 (15:10 +0000)]
Inizio stesura parte su "libreria tutta visibile".

18 years agoported to kluwer style
Stefano Zacchiroli [Thu, 17 Nov 2005 14:44:47 +0000 (14:44 +0000)]
ported to kluwer style

18 years agofixed some stuff in the patterns section
Enrico Tassi [Thu, 17 Nov 2005 10:13:22 +0000 (10:13 +0000)]
fixed some stuff in the patterns section

18 years agofixed some stuff in pattern section
Enrico Tassi [Thu, 17 Nov 2005 09:42:18 +0000 (09:42 +0000)]
fixed some stuff in pattern section

18 years agotests and tests.opt targets greately simplified
Claudio Sacerdoti Coen [Thu, 17 Nov 2005 09:36:56 +0000 (09:36 +0000)]
tests and tests.opt targets greately simplified

18 years agoadded first draft for patterns
Enrico Tassi [Wed, 16 Nov 2005 20:46:31 +0000 (20:46 +0000)]
added first draft for patterns

18 years agopredicative subsets started
Ferruccio Guidi [Wed, 16 Nov 2005 18:09:57 +0000 (18:09 +0000)]
predicative subsets started

18 years agosnapshot
Stefano Zacchiroli [Wed, 16 Nov 2005 16:38:42 +0000 (16:38 +0000)]
snapshot

18 years ago- begin{grafite} environment for script snippets
Stefano Zacchiroli [Wed, 16 Nov 2005 15:43:55 +0000 (15:43 +0000)]
- begin{grafite} environment for script snippets
- more on disambiguation phase

18 years agodump_moo.opt
Claudio Sacerdoti Coen [Wed, 16 Nov 2005 11:38:56 +0000 (11:38 +0000)]
dump_moo.opt

18 years agodo_test.sh no longer prints the compiler options (used to avoid awk-ing out
Claudio Sacerdoti Coen [Wed, 16 Nov 2005 11:32:29 +0000 (11:32 +0000)]
do_test.sh no longer prints the compiler options (used to avoid awk-ing out
the -noprofile flag)

18 years agoNew framework for regression of bad tests.
Claudio Sacerdoti Coen [Wed, 16 Nov 2005 11:10:17 +0000 (11:10 +0000)]
New framework for regression of bad tests.
Now do_test.sh should always return OK if everything is "correct"
(i.e. if good tests are OK and bad tests FAIL with the expected output)

18 years agouniversal quantifier added
Ferruccio Guidi [Wed, 16 Nov 2005 11:08:57 +0000 (11:08 +0000)]
universal quantifier added

18 years agoThe .depend must not be committed! Fixed.
Claudio Sacerdoti Coen [Wed, 16 Nov 2005 10:41:06 +0000 (10:41 +0000)]
The .depend must not be committed! Fixed.

18 years agoignore bibtex litter
Stefano Zacchiroli [Wed, 16 Nov 2005 08:51:44 +0000 (08:51 +0000)]
ignore bibtex litter

18 years ago1. handling of tests and tests.opt targets improved
Claudio Sacerdoti Coen [Tue, 15 Nov 2005 18:20:56 +0000 (18:20 +0000)]
1. handling of tests and tests.opt targets improved
2. new target cleantests.opt
3. new directory bad_tests with tests that should fail.
   For each test that fails we check if it fails with the expected error
   message.

TODO: the nighlty benchmark could fail to detect the output provided by
the failing tests in the bad_tests directory.

18 years agoadded content level ref
Stefano Zacchiroli [Tue, 15 Nov 2005 18:17:19 +0000 (18:17 +0000)]
added content level ref

18 years ago- draft of the first part of disambiguation subsection
Stefano Zacchiroli [Tue, 15 Nov 2005 18:14:57 +0000 (18:14 +0000)]
- draft of the first part of disambiguation subsection
- use bibtex

18 years agoNew directory for bad tests with checks on the error message.
Claudio Sacerdoti Coen [Tue, 15 Nov 2005 17:59:56 +0000 (17:59 +0000)]
New directory for bad tests with checks on the error message.

18 years ago...
Claudio Sacerdoti Coen [Tue, 15 Nov 2005 17:33:42 +0000 (17:33 +0000)]
...

18 years agoDebugging code commented out.
Claudio Sacerdoti Coen [Tue, 15 Nov 2005 17:32:20 +0000 (17:32 +0000)]
Debugging code commented out.

18 years agoBug fixed: wrong exception was raised (instead of returning false)
Claudio Sacerdoti Coen [Tue, 15 Nov 2005 17:12:45 +0000 (17:12 +0000)]
Bug fixed: wrong exception was raised (instead of returning false)
when eq_carr-comparing two different things

18 years agocic concrete syntax (w/o notation)
Stefano Zacchiroli [Tue, 15 Nov 2005 14:40:09 +0000 (14:40 +0000)]
cic concrete syntax (w/o notation)

18 years agobetter output formatting
Stefano Zacchiroli [Tue, 15 Nov 2005 13:18:32 +0000 (13:18 +0000)]
better output formatting

18 years agoremoved grammar rule which used to enable things linke "theorem a."
Stefano Zacchiroli [Tue, 15 Nov 2005 13:18:14 +0000 (13:18 +0000)]
removed grammar rule which used to enable things linke "theorem a."

18 years agolist_uniq abstracted on equality
Enrico Tassi [Tue, 15 Nov 2005 12:10:14 +0000 (12:10 +0000)]
list_uniq abstracted on equality

18 years agofixed self and removed more DUMMY... only one left
Enrico Tassi [Tue, 15 Nov 2005 11:40:31 +0000 (11:40 +0000)]
fixed self and removed more DUMMY... only one left

18 years agoadded print_grammar
Enrico Tassi [Tue, 15 Nov 2005 11:12:31 +0000 (11:12 +0000)]
added print_grammar

18 years agoremoved duplicate entry
Enrico Tassi [Tue, 15 Nov 2005 11:10:19 +0000 (11:10 +0000)]
removed duplicate entry

18 years agotex macros, checked in disambiguation section from whelp paper
Stefano Zacchiroli [Tue, 15 Nov 2005 10:11:04 +0000 (10:11 +0000)]
tex macros, checked in disambiguation section from whelp paper

18 years agodded missing catch for coercions
Enrico Tassi [Mon, 14 Nov 2005 19:52:24 +0000 (19:52 +0000)]
dded missing catch for coercions

18 years agocontribs/PREDICATIVE-TOPOLOGY added as test directory
Ferruccio Guidi [Mon, 14 Nov 2005 18:37:08 +0000 (18:37 +0000)]
contribs/PREDICATIVE-TOPOLOGY added as test directory

18 years agobugfix, use database name
Stefano Zacchiroli [Mon, 14 Nov 2005 13:25:59 +0000 (13:25 +0000)]
bugfix, use database name

18 years agoIntroduction, again.:
Andrea Asperti [Mon, 14 Nov 2005 13:25:05 +0000 (13:25 +0000)]
Introduction, again.:

18 years agofirst draft of db filling script
Stefano Zacchiroli [Mon, 14 Nov 2005 13:12:59 +0000 (13:12 +0000)]
first draft of db filling script

18 years agoIntroduction (partial).
Andrea Asperti [Mon, 14 Nov 2005 13:02:05 +0000 (13:02 +0000)]
Introduction (partial).

18 years agoIntroduction.
Andrea Asperti [Mon, 14 Nov 2005 11:49:58 +0000 (11:49 +0000)]
Introduction.

18 years agoadded an example of reduction of R' and some comments (plus a fix in the demonstration)
Enrico Tassi [Fri, 11 Nov 2005 18:11:37 +0000 (18:11 +0000)]
added an example of reduction of R' and some comments (plus a fix in the demonstration)

18 years agoDefinition of system T.
Andrea Asperti [Fri, 11 Nov 2005 08:19:48 +0000 (08:19 +0000)]
Definition of system T.

18 years agopaper skeleton
Stefano Zacchiroli [Thu, 10 Nov 2005 15:22:13 +0000 (15:22 +0000)]
paper skeleton

18 years agoSeveral changes.
Andrea Asperti [Thu, 10 Nov 2005 13:50:43 +0000 (13:50 +0000)]
Several changes.

18 years agoA couple more of references.
Andrea Asperti [Thu, 10 Nov 2005 12:13:53 +0000 (12:13 +0000)]
A couple more of references.

18 years agotypos
Andrea Asperti [Thu, 10 Nov 2005 11:52:03 +0000 (11:52 +0000)]
typos

18 years agoadded Makefile, llncs style, cvsignore
Stefano Zacchiroli [Thu, 10 Nov 2005 10:22:03 +0000 (10:22 +0000)]
added Makefile, llncs style, cvsignore

18 years agoHeadings of the matita paper.
Andrea Asperti [Thu, 10 Nov 2005 10:02:20 +0000 (10:02 +0000)]
Headings of the matita paper.

18 years agoExtended bibliography.
Andrea Asperti [Thu, 10 Nov 2005 08:46:30 +0000 (08:46 +0000)]
Extended bibliography.