]> matita.cs.unibo.it Git - helm.git/log
helm.git
17 years ago- moved to the view menu toggles for coercion hiding and notation pp
Stefano Zacchiroli [Fri, 9 Feb 2007 15:18:08 +0000 (15:18 +0000)]
- moved to the view menu toggles for coercion hiding and notation pp
- moved back the high level pp toggle to the debug menu

17 years agoExceptions should never escape the final exception handler for the worker
Claudio Sacerdoti Coen [Fri, 9 Feb 2007 15:12:07 +0000 (15:12 +0000)]
Exceptions should never escape the final exception handler for the worker
threads. This patch just reduces the probability.

17 years agoDebugging code fixed. To enable debugging just set debug to true at the
Claudio Sacerdoti Coen [Fri, 9 Feb 2007 15:07:13 +0000 (15:07 +0000)]
Debugging code fixed. To enable debugging just set debug to true at the
top of the file.

17 years agoDebugging code removed.
Claudio Sacerdoti Coen [Fri, 9 Feb 2007 14:53:30 +0000 (14:53 +0000)]
Debugging code removed.

17 years agomoved the high level pretty printing setting to a toggle menu item of the View menu...
Stefano Zacchiroli [Fri, 9 Feb 2007 13:29:08 +0000 (13:29 +0000)]
moved the high level pretty printing setting to a toggle menu item of the View menu (with CTRL-P shortcut)

17 years agoMore progress in technicalities/setoids.ma.
Claudio Sacerdoti Coen [Thu, 8 Feb 2007 18:46:57 +0000 (18:46 +0000)]
More progress in technicalities/setoids.ma.
I have now reached the final theorem!

17 years agoManual for the "default" command updated.
Claudio Sacerdoti Coen [Thu, 8 Feb 2007 18:27:48 +0000 (18:27 +0000)]
Manual for the "default" command updated.

17 years ago* 'default "equality"' command changed to consider also
Claudio Sacerdoti Coen [Thu, 8 Feb 2007 18:11:08 +0000 (18:11 +0000)]
* 'default "equality"' command changed to consider also
  eq_rec, eq_rec_r, eq_rect, eq_rect_r
* rewrite tactic changed to rewrite also in goals of type Set and Type
* more progress in technicalities/setoids.ma

17 years agoIf a pretty printed term spans on multiple lines, then it is printed after
Claudio Sacerdoti Coen [Thu, 8 Feb 2007 16:55:37 +0000 (16:55 +0000)]
If a pretty printed term spans on multiple lines, then it is printed after
a new line and followed by a new line too.

17 years agoImportant commit:
Claudio Sacerdoti Coen [Thu, 8 Feb 2007 16:44:53 +0000 (16:44 +0000)]
Important commit:
from now on the pretty printer CicMetaSubst.ppterm_in_context is substituted
with a reference to an high level pretty-printer (now defined in
matita/applyTransformation.ml). In the debug menu there is a switch to turn
it off and get back the old pretty-printer.

17 years agodevelopments fixup
Ferruccio Guidi [Thu, 8 Feb 2007 15:39:43 +0000 (15:39 +0000)]
developments fixup

17 years agoUnified refactored
Ferruccio Guidi [Thu, 8 Feb 2007 15:33:29 +0000 (15:33 +0000)]
Unified refactored

17 years agodefinitions fixup
Ferruccio Guidi [Thu, 8 Feb 2007 15:24:44 +0000 (15:24 +0000)]
definitions fixup

17 years agofix dependences for matita
Ferruccio Guidi [Thu, 8 Feb 2007 13:52:04 +0000 (13:52 +0000)]
fix dependences for matita

17 years agoLAMBDA-TYPES: refactored
Ferruccio Guidi [Wed, 7 Feb 2007 19:13:19 +0000 (19:13 +0000)]
LAMBDA-TYPES: refactored

17 years agorefactoring
Ferruccio Guidi [Wed, 7 Feb 2007 19:11:00 +0000 (19:11 +0000)]
refactoring

17 years agoLevel-1 refactored
Ferruccio Guidi [Wed, 7 Feb 2007 18:35:46 +0000 (18:35 +0000)]
Level-1 refactored

17 years agorefactoring
Ferruccio Guidi [Wed, 7 Feb 2007 18:34:04 +0000 (18:34 +0000)]
refactoring

17 years agorefactoring
Ferruccio Guidi [Wed, 7 Feb 2007 18:29:01 +0000 (18:29 +0000)]
refactoring

17 years agoNew dependency over acic_procedural.
Claudio Sacerdoti Coen [Wed, 7 Feb 2007 10:47:05 +0000 (10:47 +0000)]
New dependency over acic_procedural.

17 years ago- Procedural: moved in a directory on its own
Ferruccio Guidi [Tue, 6 Feb 2007 19:36:05 +0000 (19:36 +0000)]
- Procedural: moved in a directory on its own
- ApplyTransofrmation: now handles inline macro expansion
- GrafiteParser MatitaEngine MatitacLib: added a callback in each
- tests/letrecand.ma: changed baseuri

17 years agoMore stuff in technicalities/setoids.ma
Claudio Sacerdoti Coen [Tue, 6 Feb 2007 18:50:23 +0000 (18:50 +0000)]
More stuff in technicalities/setoids.ma

17 years agoDebugging deactivated.
Claudio Sacerdoti Coen [Tue, 6 Feb 2007 18:49:52 +0000 (18:49 +0000)]
Debugging deactivated.

17 years agoBug fixed in the computation of the disambiguation domain of a let...rec.
Claudio Sacerdoti Coen [Tue, 6 Feb 2007 18:47:05 +0000 (18:47 +0000)]
Bug fixed in the computation of the disambiguation domain of a let...rec.

17 years agoIncredible bug fixed in Fix and CoFix. The types of the mutual inductive
Claudio Sacerdoti Coen [Tue, 6 Feb 2007 18:46:35 +0000 (18:46 +0000)]
Incredible bug fixed in Fix and CoFix. The types of the mutual inductive
functions were not lifted when added to the context.

17 years agoSecond formulation of a constructive (positive) proof of Lebesgue's
Claudio Sacerdoti Coen [Mon, 5 Feb 2007 18:10:17 +0000 (18:10 +0000)]
Second formulation of a constructive (positive) proof of Lebesgue's
integration theorem, based on a proof by Weber.

17 years agoSerious bug fixed: the types of a real mutual fix definition were not lifted
Claudio Sacerdoti Coen [Fri, 2 Feb 2007 18:15:59 +0000 (18:15 +0000)]
Serious bug fixed: the types of a real mutual fix definition were not lifted
as required. Moreover, an unification exception used to escape the refiner.
Now it does no more, but the error is not localized (being about the branch
of a MutCase that has no precise localization).

17 years agoadded preamble file in LambdaDelta and improved theory files
Ferruccio Guidi [Fri, 2 Feb 2007 13:35:52 +0000 (13:35 +0000)]
added preamble file in LambdaDelta and improved theory files

17 years agoThe baseuris changed
Ferruccio Guidi [Fri, 2 Feb 2007 10:58:31 +0000 (10:58 +0000)]
The baseuris changed

17 years agoLevel-1: regenerated with differnt baseuris
Ferruccio Guidi [Thu, 1 Feb 2007 19:35:29 +0000 (19:35 +0000)]
Level-1: regenerated with differnt baseuris

17 years agorestored coercions between eq and eq
Enrico Tassi [Thu, 1 Feb 2007 14:48:46 +0000 (14:48 +0000)]
restored coercions between eq and eq

17 years agoreverted a commented substitution in build_newgoal, added an euristic to
Enrico Tassi [Thu, 1 Feb 2007 14:48:05 +0000 (14:48 +0000)]
reverted a commented substitution in build_newgoal, added an euristic to
order the lambdas of a proof abstracted in a letin such that dependency betwwen the types of the lambdas is inferrable by the refiner

17 years agomethods eos, goto, advance and retract now catch Invalid_argument "Array.make"
Ferruccio Guidi [Wed, 31 Jan 2007 19:54:01 +0000 (19:54 +0000)]
methods eos, goto, advance and retract now catch Invalid_argument "Array.make"
that is raised when the script is too big to be handled (this makes quit work!)

17 years agoSeveral bugs fixed:
Claudio Sacerdoti Coen [Wed, 31 Jan 2007 18:36:04 +0000 (18:36 +0000)]
Several bugs fixed:
 1. mutual definitions were not generated correctly
    (e.g. let rec even ... and odd in even actually resulted in a
     definition of odd!)
 2. a top-level mutual definition now generates two constants (as it
    should have always been)

17 years agoNew test for mutual recursive definitions.
Claudio Sacerdoti Coen [Wed, 31 Jan 2007 18:29:53 +0000 (18:29 +0000)]
New test for mutual recursive definitions.

17 years agoProof size nicely reduced using distributive branching with goal selector.
Claudio Sacerdoti Coen [Tue, 30 Jan 2007 15:26:27 +0000 (15:26 +0000)]
Proof size nicely reduced using distributive branching with goal selector.
Look for
 ] ;
 [1,3,5,7,9,11:
   ...
 |2,4,6,8,10,12:
   ...
 ]

17 years agoEven more (painful) work on setoids.
Claudio Sacerdoti Coen [Tue, 30 Jan 2007 15:18:29 +0000 (15:18 +0000)]
Even more (painful) work on setoids.

17 years agoBehaviour of CicRefine.type_of_aux' on MutCases changed: branches are now
Claudio Sacerdoti Coen [Tue, 30 Jan 2007 13:42:09 +0000 (13:42 +0000)]
Behaviour of CicRefine.type_of_aux' on MutCases changed: branches are now
processed from right to left to make the cases tactic open goals in the
expected order.

17 years agoMore work on setoids.
Claudio Sacerdoti Coen [Mon, 29 Jan 2007 11:13:06 +0000 (11:13 +0000)]
More work on setoids.

17 years agoSome more datatypes lifted to Type.
Claudio Sacerdoti Coen [Mon, 29 Jan 2007 11:12:43 +0000 (11:12 +0000)]
Some more datatypes lifted to Type.

17 years agowell-formed ocamldoc comment
Stefano Zacchiroli [Mon, 29 Jan 2007 10:47:02 +0000 (10:47 +0000)]
well-formed ocamldoc comment

17 years agopreliminary cookie support
Stefano Zacchiroli [Mon, 29 Jan 2007 10:43:50 +0000 (10:43 +0000)]
preliminary cookie support

17 years agoAdded option datatype. Required (for technicalities/Setoids.ma).
Claudio Sacerdoti Coen [Sat, 27 Jan 2007 16:32:56 +0000 (16:32 +0000)]
Added option datatype. Required (for technicalities/Setoids.ma).

17 years ago"Warning/error/debug/infos" messages now sent on stderr.
Claudio Sacerdoti Coen [Fri, 26 Jan 2007 13:15:56 +0000 (13:15 +0000)]
"Warning/error/debug/infos" messages now sent on stderr.

17 years agoSome changes:
Claudio Sacerdoti Coen [Fri, 26 Jan 2007 13:04:44 +0000 (13:04 +0000)]
Some changes:
1. error messages are now in HTML (they used to be in plain text + vt100 colour
   scheme)
2. commands are now expected to be in a fragment of the pgip protocol.
   Supported commands are:
    <pgip><doitem>...</doitem></pgip>
    <pgip><undoitem>...</undoitem></pgip>
3. the terminator sent back is now preceded by either -1 (command not
   successful) or n (an integer to be sent for undoing)
4. undoing is now supported

17 years agotactics.mli: regenerated
Ferruccio Guidi [Wed, 24 Jan 2007 19:44:22 +0000 (19:44 +0000)]
tactics.mli: regenerated
LambdaDelta: regenerated with some new theorems

17 years agomatitaGui: some missing cases during disambiguation now treated
Ferruccio Guidi [Wed, 24 Jan 2007 19:28:15 +0000 (19:28 +0000)]
matitaGui: some missing cases during disambiguation now treated
grafiteAst: rename tactic removed
procedural: some improvements

17 years agosend internally generated headers in lowercase form for consistency
Stefano Zacchiroli [Wed, 24 Jan 2007 09:10:03 +0000 (09:10 +0000)]
send internally generated headers in lowercase form for consistency

17 years agosome patches
Ferruccio Guidi [Mon, 22 Jan 2007 18:12:54 +0000 (18:12 +0000)]
some patches

17 years agoJust a few lines test to understand with Cezary Kalinsky how much effort is
Claudio Sacerdoti Coen [Sat, 20 Jan 2007 16:20:16 +0000 (16:20 +0000)]
Just a few lines test to understand with Cezary Kalinsky how much effort is
required to integrate Matita in his generic AJAX based interface.
matitawiki is an executable that reads from stdin and prints output and error on
stdout/stderr (both followed by (Char.chr 249) after each command).
All the interactive commands (thus also "undo") are not supported.

17 years agoBug fixed: if the context of a sequent was empty a vertical box without content
Claudio Sacerdoti Coen [Sat, 20 Jan 2007 15:31:18 +0000 (15:31 +0000)]
Bug fixed: if the context of a sequent was empty a vertical box without content
was generated. This is not allowed by BoxPp (assert failure).

17 years agoAdded new function txt_of_cic_sequent.
Claudio Sacerdoti Coen [Sat, 20 Jan 2007 15:30:26 +0000 (15:30 +0000)]
Added new function txt_of_cic_sequent.

17 years ago1. buf fixed in eval_from_stream when first_statemente_only=true:
Claudio Sacerdoti Coen [Sat, 20 Jan 2007 15:29:51 +0000 (15:29 +0000)]
1. buf fixed in eval_from_stream when first_statemente_only=true:
   the last computed states were lost
2. added a new watcher function to eval_from_stream.
   The function is called after the execution of each command.

17 years agoAn "assert false" used to be raised when matitac was started on an empty file.
Claudio Sacerdoti Coen [Sat, 20 Jan 2007 15:16:55 +0000 (15:16 +0000)]
An "assert false" used to be raised when matitac was started on an empty file.

17 years agosome updates
Ferruccio Guidi [Fri, 19 Jan 2007 14:30:00 +0000 (14:30 +0000)]
some updates

17 years agoUnified: refactoring
Ferruccio Guidi [Fri, 19 Jan 2007 14:20:38 +0000 (14:20 +0000)]
Unified: refactoring

17 years agoUnified: refactoring
Ferruccio Guidi [Thu, 18 Jan 2007 21:55:14 +0000 (21:55 +0000)]
Unified: refactoring

17 years agoUnified refactoring
Ferruccio Guidi [Thu, 18 Jan 2007 15:08:29 +0000 (15:08 +0000)]
Unified refactoring

17 years agoUnified: refactoring
Ferruccio Guidi [Thu, 18 Jan 2007 14:49:03 +0000 (14:49 +0000)]
Unified: refactoring

17 years agonew version, using new tacticals
Wilmer Ricciotti [Thu, 18 Jan 2007 11:51:05 +0000 (11:51 +0000)]
new version, using new tacticals

17 years agoThis is the roadmap of the constructive proof of Lebesgue's dominated
Enrico Zoli [Wed, 17 Jan 2007 17:59:59 +0000 (17:59 +0000)]
This is the roadmap of the constructive proof of Lebesgue's dominated
convergence theorem in the order theoretic setting. I.e. we speak of
convergence (in terms of liminf and limsup) and not of norms/measures.

The formulation should be fully constructive:
 1. the exceeds relation is used in place of the derived negative notion
    <= for partial orders
 2. strong sup and infs are used in place of the weaker sup and infs
 3. the statement of Lebesgue's dominated converge theorem is just
    extensionality of the functional
      \lambda f. liminf f a_n
    with respect to the apartness relation # over real numbers and the
    exceeds/apartness relation over partial orders.

Interesting points to be noticed:
 a) one lemma used in the proof is Fatou. This lemma can be given in the
    usual negative formulation (i.e. on <=)
 b) another lemma used in the proof is that the liminf is less or equal to
    the limsup. This lemm can be given in the usual negative formulation
    (i.e. on <=). Moreover, we feel that if <= is not defined as
    ~< it is actually impossible to constructively prove it.

17 years agoCoRN (new version) has been committed by Andrea in library/algebra/CoRN.
Claudio Sacerdoti Coen [Wed, 17 Jan 2007 15:36:48 +0000 (15:36 +0000)]
CoRN (new version) has been committed by Andrea in library/algebra/CoRN.

17 years agoAdded SetoidInc.m
Andrea Asperti [Tue, 16 Jan 2007 12:18:09 +0000 (12:18 +0000)]
Added SetoidInc.m

17 years agoSome CoRN files.
Andrea Asperti [Tue, 16 Jan 2007 12:08:31 +0000 (12:08 +0000)]
Some CoRN files.

17 years agoprocedural: added fwd rewrite in arbitrary proofs (not just premises)
Ferruccio Guidi [Fri, 12 Jan 2007 19:34:58 +0000 (19:34 +0000)]
procedural: added fwd rewrite in arbitrary proofs (not just premises)
            added whd conversion before intros when needed
prova.ma  : highlighted a bug with the "in" clause of the "match" constr.

17 years agoprocedural: buggy ast renderer fixed
Ferruccio Guidi [Wed, 10 Jan 2007 19:36:37 +0000 (19:36 +0000)]
procedural: buggy ast renderer fixed

17 years agoattributes now in the proof status: commit 4
Ferruccio Guidi [Wed, 10 Jan 2007 17:14:52 +0000 (17:14 +0000)]
attributes now in the proof status: commit 4

17 years agoattributes now in the proof status: commit 3
Ferruccio Guidi [Wed, 10 Jan 2007 14:30:22 +0000 (14:30 +0000)]
attributes now in the proof status: commit 3

17 years agoattributes now in the proof status: commit 2
Ferruccio Guidi [Wed, 10 Jan 2007 14:27:27 +0000 (14:27 +0000)]
attributes now in the proof status: commit 2

17 years agoattributes now in the proof status: commit 1
Ferruccio Guidi [Wed, 10 Jan 2007 14:23:47 +0000 (14:23 +0000)]
attributes now in the proof status: commit 1

17 years agoPorting of setoids.ma from Coq continued.
Claudio Sacerdoti Coen [Sun, 7 Jan 2007 18:32:18 +0000 (18:32 +0000)]
Porting of setoids.ma from Coq continued.
The fact that simplification does not work properly slows down the whole
process.

17 years agoBug fixed in definition of cic:/.../setoids/make_compatibility_goal_aux.con:
Claudio Sacerdoti Coen [Sun, 7 Jan 2007 18:17:56 +0000 (18:17 +0000)]
Bug fixed in definition of cic:/.../setoids/make_compatibility_goal_aux.con:
two generalizes were done in the wrong order, permuting the arguments and
making every relation change its variance!

17 years ago- inside dicrimination_tree is now checked the invariant that bad terms are indexed...
Enrico Tassi [Sat, 6 Jan 2007 16:16:40 +0000 (16:16 +0000)]
- inside dicrimination_tree is now checked the invariant that bad terms are indexed, but this invariant is not always respected, so a 'Dead' representative is used and a warning is printed.
- autoCache (should) not index bad terms

17 years ago;auto fixed
Enrico Tassi [Sat, 6 Jan 2007 16:14:06 +0000 (16:14 +0000)]
;auto fixed

17 years agoremoved debugging printing
Enrico Tassi [Fri, 5 Jan 2007 11:40:13 +0000 (11:40 +0000)]
removed debugging printing

17 years agodebuggin message improved
Enrico Tassi [Fri, 5 Jan 2007 11:37:47 +0000 (11:37 +0000)]
debuggin message improved

17 years agoadd_moo_content does not add a coercion statement twice
Enrico Tassi [Fri, 5 Jan 2007 11:37:25 +0000 (11:37 +0000)]
add_moo_content does not add a coercion statement twice

17 years agoAdded check for duplicate (convertible) composite coercions,
Enrico Tassi [Fri, 5 Jan 2007 11:36:41 +0000 (11:36 +0000)]
Added check for duplicate (convertible) composite coercions,
that are not added anymore.
Nicer api for meets used by unification.

17 years agoErroneously declared coercion removed
Enrico Tassi [Fri, 5 Jan 2007 11:07:04 +0000 (11:07 +0000)]
Erroneously declared coercion removed

17 years agoready for ocamlnet 2.2
Stefano Zacchiroli [Wed, 3 Jan 2007 19:16:56 +0000 (19:16 +0000)]
ready for ocamlnet 2.2

17 years agomore elegant handling of all/opt building
Stefano Zacchiroli [Wed, 3 Jan 2007 19:16:49 +0000 (19:16 +0000)]
more elegant handling of all/opt building

17 years agoNotation is finally fully working everywhere.
Claudio Sacerdoti Coen [Wed, 3 Jan 2007 17:33:22 +0000 (17:33 +0000)]
Notation is finally fully working everywhere.
What a great day!

17 years agoDebugging code removed.
Claudio Sacerdoti Coen [Wed, 3 Jan 2007 17:09:32 +0000 (17:09 +0000)]
Debugging code removed.

17 years agoRiesz_spaces are now seen as lattices + vector spaces + ordered abelian groups.
Claudio Sacerdoti Coen [Wed, 3 Jan 2007 14:49:18 +0000 (14:49 +0000)]
Riesz_spaces are now seen as lattices + vector spaces + ordered abelian groups.

17 years agooder tests
Enrico Tassi [Wed, 3 Jan 2007 09:24:11 +0000 (09:24 +0000)]
oder tests

17 years agoThere used to be two minimal joins between an ordered_set and an abelian_group:
Claudio Sacerdoti Coen [Tue, 2 Jan 2007 20:05:21 +0000 (20:05 +0000)]
There used to be two minimal joins between an ordered_set and an abelian_group:
ordered_field_ch0 and riesz_space. To avoid the problem without introducing
backtracking in unification I have introduced ordered_abelian_groups.
An ordered_field_ch0 is recast as a field that is also an ordered_abelian_group
and a cotransitively_ordered_set. I still have to recast riesz_spaces as
vector spaces that are also ordered_abelian_groups and lattices.

17 years agoSame fix of the previous commit, but in a different case.
Claudio Sacerdoti Coen [Tue, 2 Jan 2007 19:03:33 +0000 (19:03 +0000)]
Same fix of the previous commit, but in a different case.

17 years ago1. More debugging code
Claudio Sacerdoti Coen [Tue, 2 Jan 2007 19:00:34 +0000 (19:00 +0000)]
1. More debugging code
2. "Bug" "fixed": when the pullback of two coercions is computed, only the
   join is returned, but not the two coercions that complete the pullback.
   Thus we need to recompute them and it may happen that we find more than one
   parallel coercions. This "fix" just randomly picks the first one (instead
   of raising an assert false). All this stuff must be handled in a better way.

17 years agoadded oblivion_universe and used it in paxck_coercions
Enrico Tassi [Tue, 2 Jan 2007 18:03:59 +0000 (18:03 +0000)]
added oblivion_universe and used it in paxck_coercions

17 years agosome tests patched
Ferruccio Guidi [Sun, 31 Dec 2006 14:49:11 +0000 (14:49 +0000)]
some tests patched

17 years agoSome more notation can now be used.
Claudio Sacerdoti Coen [Sat, 30 Dec 2006 21:20:26 +0000 (21:20 +0000)]
Some more notation can now be used.
However, in integration_algebras.ma there are several situations where
multiple meets are found and notation cannot be used.

17 years agole x y ==> x \leq y (now possible because of a bug fix in coercion
Claudio Sacerdoti Coen [Sat, 30 Dec 2006 21:00:18 +0000 (21:00 +0000)]
le x y ==> x \leq y  (now possible because of a bug fix in coercion
serialization in .moo files)

17 years agoSerious bug fixed: arities of coercions in the .moo files were not computed
Claudio Sacerdoti Coen [Sat, 30 Dec 2006 20:56:13 +0000 (20:56 +0000)]
Serious bug fixed: arities of coercions in the .moo files were not computed
correctly. Thus including another file a bugged coercion graph was produced,
with randomic effects quite hard to understand. (Examples in dama where
it was not possible to use <= in place of le here and there because of a
coercion with the wrong arity).

17 years ago dependence to legacy/coq.ma fixed
Ferruccio Guidi [Sat, 30 Dec 2006 18:59:14 +0000 (18:59 +0000)]
 dependence to legacy/coq.ma fixed

17 years agonow we try two distinct depend files for compilation in byte and native code
Ferruccio Guidi [Fri, 29 Dec 2006 14:35:31 +0000 (14:35 +0000)]
now we try two distinct depend files for compilation in byte and native code

17 years agoRecord with simulated manifest types are now used everywhere in
Claudio Sacerdoti Coen [Fri, 29 Dec 2006 14:35:28 +0000 (14:35 +0000)]
Record with simulated manifest types are now used everywhere in
integration_algebras.ma. They seem to work really very well (up to missing
but due syntactic sugar).

17 years agoFirst attempt at using/simulating records with manifest types to encode
Claudio Sacerdoti Coen [Fri, 29 Dec 2006 14:08:44 +0000 (14:08 +0000)]
First attempt at using/simulating records with manifest types to encode
mathematical structures that form a DAG. So far it works quite well,
but the generation of the "coerced" projection should be automated.
Something to write a paper on.

17 years agoeq_ind' generalized to eq_rect'
Claudio Sacerdoti Coen [Fri, 29 Dec 2006 14:05:25 +0000 (14:05 +0000)]
eq_ind' generalized to eq_rect'

17 years ago- tactics:
Ferruccio Guidi [Fri, 29 Dec 2006 11:28:13 +0000 (11:28 +0000)]
- tactics:
  rename tactic enabled,
  rewrite and rewrite_simpl now take optional names for the rewrited premises
- procedural script reconstruction
  now starts directly from acic bypassing the content level,
  the script for the use case proof in matita/contribs/prova.ma is reconstructed  completely now and is correctly parsed and typechecked

17 years agoYet another localization error in eat_prods fixed.
Claudio Sacerdoti Coen [Thu, 28 Dec 2006 17:12:06 +0000 (17:12 +0000)]
Yet another localization error in eat_prods fixed.
However, the fix is very very ugly (it uses unsharing) and clearly shows
a source of inefficiency (and possibly also divergence, I would say).