]> matita.cs.unibo.it Git - helm.git/log
helm.git
21 years agoFirst implementation of the new generalized SearchPattern on the whole
Claudio Sacerdoti Coen [Mon, 2 Dec 2002 18:18:02 +0000 (18:18 +0000)]
First implementation of the new generalized SearchPattern on the whole
type (not only the conclusion). Despite the file name, no levels have
been implemented so far.

21 years agoBrand new implementation based on functors taking a strategy in input.
Claudio Sacerdoti Coen [Mon, 2 Dec 2002 14:35:13 +0000 (14:35 +0000)]
Brand new implementation based on functors taking a strategy in input.
Several different strategies have been implemented. Unfortunately many
of them are incomparable and there are critical examples where only some
of them terminate in reasonable time.

Removing the functor/module stuff does not bring any sensible performance
improvement even for simple strategies (where most of the functions are
just identity fuctions that can be inlined when not crossing functor
boundaries).

21 years ago- added a level of quoting on xmluri parameter because libxslt's
Stefano Zacchiroli [Mon, 2 Dec 2002 13:09:02 +0000 (13:09 +0000)]
- added a level of quoting on xmluri parameter because libxslt's
  document() implementation sucks

21 years ago*** empty log message ***
Andrea Asperti [Mon, 2 Dec 2002 09:29:12 +0000 (09:29 +0000)]
*** empty log message ***

21 years ago- now esempi/fourier/ is he dir for all fourier extras
Enrico Tassi [Sun, 1 Dec 2002 20:37:14 +0000 (20:37 +0000)]
- now esempi/fourier/ is he dir for all fourier extras
  - fourier.cic some tests
  - fourier_benchmarks.cic some test computionally interesting
  - fourier_make_benchmarks.ml a simple tool to generate big systems of
    inequations

21 years agoNow MQueryGenerator generates the query and MQueryLevels produces the restrictions...
natile [Fri, 29 Nov 2002 18:47:41 +0000 (18:47 +0000)]
Now MQueryGenerator generates the query and MQueryLevels produces the restrictions (must and can).

21 years agobug in hypotesis parsing solved
Enrico Tassi [Fri, 29 Nov 2002 11:19:36 +0000 (11:19 +0000)]
bug in hypotesis parsing solved

21 years ago* iff notation added (new csymbol)
Claudio Sacerdoti Coen [Thu, 28 Nov 2002 17:01:07 +0000 (17:01 +0000)]
* iff notation added (new csymbol)
* New notation for lists added (list.xml)

21 years agolazily ==> call_by_name (since it is really a call_by_name!)
Claudio Sacerdoti Coen [Wed, 27 Nov 2002 17:25:51 +0000 (17:25 +0000)]
lazily ==> call_by_name (since it is really a call_by_name!)

The default is now false (i.e. call_by_value strategy) to make an example
of Fourier application type-check in 8s instead of 1h40m!!!

We also tried a call_by_need strategy (not committed).
The results obtained are so far equivalent to the call_by_value strategy
(that is why we did not commit the code).

21 years agopatched Makefile to link also ../gTopLevel/mQueryLevels.cm{o,x} which
Stefano Zacchiroli [Wed, 27 Nov 2002 13:59:11 +0000 (13:59 +0000)]
patched Makefile to link also ../gTopLevel/mQueryLevels.cm{o,x} which
were splitted away from ../gTopLevel/mQueryGenerator.cm{o,x}

21 years agoRelation patched, property added.
natile [Wed, 27 Nov 2002 11:09:26 +0000 (11:09 +0000)]
Relation patched, property added.

21 years ago* The new query language (now broken) works only on the new DB
Claudio Sacerdoti Coen [Wed, 27 Nov 2002 10:59:12 +0000 (10:59 +0000)]
* The new query language (now broken) works only on the new DB
   helm_mowgli_new_schema.
* InConclusion, InHypothesis and so on are now inserted in the DB with their
  namespace.

21 years agogenerator patched
Ferruccio Guidi [Wed, 27 Nov 2002 10:42:22 +0000 (10:42 +0000)]
generator patched

21 years agocomments in fourier.ml now are in ocamldoc style
Enrico Tassi [Tue, 26 Nov 2002 19:45:48 +0000 (19:45 +0000)]
comments in fourier.ml now are in ocamldoc style
bug in fourierR.ml (wrong Rel) solved

21 years ago&CSCbr; replaced with 
 to make libxslt stop complaining.
Claudio Sacerdoti Coen [Tue, 26 Nov 2002 18:02:59 +0000 (18:02 +0000)]
&CSCbr; replaced with 
 to make libxslt stop complaining.

21 years agoNew module for level management (was in MQueryGenerator)
Ferruccio Guidi [Tue, 26 Nov 2002 15:22:27 +0000 (15:22 +0000)]
New module for level management (was in MQueryGenerator)

21 years agoGenerator updated for new MathQL.ml
Ferruccio Guidi [Tue, 26 Nov 2002 11:40:14 +0000 (11:40 +0000)]
Generator updated for new MathQL.ml
Level functions decoupled from Generator

21 years agoChanged cic:/Coq/Sets/Ensembles/Ensembles/Empty_set.ind definition
Pietro Di Lena [Mon, 25 Nov 2002 18:16:51 +0000 (18:16 +0000)]
Changed cic:/Coq/Sets/Ensembles/Ensembles/Empty_set.ind definition

21 years agoNow it is possible to define a 'cookable' operator with arity = 0 and hide = 0
Pietro Di Lena [Mon, 25 Nov 2002 18:16:15 +0000 (18:16 +0000)]
Now it is possible to define a 'cookable' operator with arity = 0 and  hide = 0

21 years agotoplevel.ml patched but it doesn't compile with open and free variables.
natile [Fri, 22 Nov 2002 18:39:19 +0000 (18:39 +0000)]
toplevel.ml patched but it doesn't compile with open and free variables.

21 years ago- use 'query_of_text' to parse textual queries
Stefano Zacchiroli [Fri, 22 Nov 2002 16:31:41 +0000 (16:31 +0000)]
- use 'query_of_text' to parse textual queries
- use 'helm_mowgli_new_schema' as database

21 years ago- catch processing exception which are now reported embedded in html responses
Stefano Zacchiroli [Fri, 22 Nov 2002 14:48:25 +0000 (14:48 +0000)]
- catch processing exception which are now reported embedded in html responses
- catch parameter exception which are now reported as bad request responses
- changed default port from 48085 to 58085
- disabled http debugging

21 years ago- first (draft) version of searchEngine
Stefano Zacchiroli [Fri, 22 Nov 2002 13:36:22 +0000 (13:36 +0000)]
- first (draft) version of searchEngine

21 years agoWARNING!!!
Claudio Sacerdoti Coen [Thu, 21 Nov 2002 18:16:50 +0000 (18:16 +0000)]
WARNING!!!
From now on the V7_3_new_exportation branches of ocaml/mathql and
ocaml/mathql_interpreter are DEPRECATED!!! You must switch back to
the main branch.

21 years agoSome stylesheets are now generated with Di Lena's meta_style.
Claudio Sacerdoti Coen [Thu, 21 Nov 2002 17:18:55 +0000 (17:18 +0000)]
Some stylesheets are now generated with Di Lena's meta_style.
Remember to add a new entry in servers.txt!!!

21 years agoPorting to the new DTD for MoWGLI.
Pietro Di Lena [Thu, 21 Nov 2002 17:14:32 +0000 (17:14 +0000)]
Porting to the new DTD for MoWGLI.

21 years agoThis commit was manufactured by cvs2svn to create branch
no author [Thu, 21 Nov 2002 16:58:01 +0000 (16:58 +0000)]
This commit was manufactured by cvs2svn to create branch
'V7_3_new_exportation'.

21 years ago- removed: cut_tac False to demostrate False
Enrico Tassi [Wed, 20 Nov 2002 15:53:35 +0000 (15:53 +0000)]
- removed: cut_tac False to demostrate False
- removed: apply_tac Rle_zero_zero
- a new big example

21 years ago~ask_dtd_to_the_getter parameter added to Cic2Xml.print_innertypes
Claudio Sacerdoti Coen [Tue, 19 Nov 2002 17:18:34 +0000 (17:18 +0000)]
~ask_dtd_to_the_getter parameter added to Cic2Xml.print_innertypes

21 years agoParam ~ask_dtd_to_the_getter added to Cic2Xml.print_object.
Claudio Sacerdoti Coen [Tue, 19 Nov 2002 16:48:08 +0000 (16:48 +0000)]
Param ~ask_dtd_to_the_getter added to Cic2Xml.print_object.

21 years agoBig change: Qed saves the theorem/definition and registers it to the getter.
Claudio Sacerdoti Coen [Tue, 19 Nov 2002 13:53:09 +0000 (13:53 +0000)]
Big change: Qed saves the theorem/definition and registers it to the getter.

21 years agoinnertypesuri_of_uri implemented
Claudio Sacerdoti Coen [Tue, 19 Nov 2002 13:51:01 +0000 (13:51 +0000)]
innertypesuri_of_uri implemented

21 years agoInterface improvement (???): the Check button has been moved to a brand new
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 18:41:56 +0000 (18:41 +0000)]
Interface improvement (???): the Check button has been moved to a brand new
menu.

21 years agoSmall interface improvement: the menu is now in an handle_box (i.e. it is
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 17:59:09 +0000 (17:59 +0000)]
Small interface improvement: the menu is now in an handle_box (i.e. it is
detachable).

21 years ago...
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 17:28:47 +0000 (17:28 +0000)]
...

21 years agoInterface improvement:
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 17:23:45 +0000 (17:23 +0000)]
Interface improvement:
 * "State" button replaced with a menu item;
 * the URI is now requested to the user

21 years agoCode clean-up: the widget in the lower-left corner is now a widget to input
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 15:24:33 +0000 (15:24 +0000)]
Code clean-up: the widget in the lower-left corner is now a widget to input
CIC terms, featuring the following methods:
* get_term
* set_term  (issue: what should be its type? So far the input is a string)
* reset

21 years agoAliases definition removed from the CIC textual parser.
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 14:38:51 +0000 (14:38 +0000)]
Aliases definition removed from the CIC textual parser.

21 years agoAliases definition removed from the
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 14:37:09 +0000 (14:37 +0000)]
Aliases definition removed from the

21 years agoInteface improvement: the "Edit Aliases..." menu entry now opens a window where
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 14:17:19 +0000 (14:17 +0000)]
Inteface improvement: the "Edit Aliases..." menu entry now opens a window where
aliases may be entered and modified. I am now going to remove aliases
declaration from the CIC textual parser.

21 years agoMajor interface improvements.
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 09:58:46 +0000 (09:58 +0000)]
Major interface improvements.
The aim is to substitute the GEdit widget to input text with a widget to
input Cic terms.

21 years agoRendering of InductiveDefinitions, Variables and Axioms implemented.
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 09:54:54 +0000 (09:54 +0000)]
Rendering of InductiveDefinitions, Variables and Axioms implemented.

21 years agoURLs_or_URIs param added to choose if the xlink:href should be an URL (i.e.
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 09:54:00 +0000 (09:54 +0000)]
URLs_or_URIs param added to choose if the xlink:href should be an URL (i.e.
a request to UWOBO to ...) or simply an URI (i.e. cic:/...).

21 years agoIdentifier added to inductiveType in the DTD.
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 09:52:01 +0000 (09:52 +0000)]
Identifier added to inductiveType in the DTD.

21 years agoIllFormedUri exception now exported.
Claudio Sacerdoti Coen [Mon, 18 Nov 2002 09:51:30 +0000 (09:51 +0000)]
IllFormedUri exception now exported.

21 years agoOrder of the generated metavariables for apply fixed. Nothing seems to
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 18:42:13 +0000 (18:42 +0000)]
Order of the generated metavariables for apply fixed. Nothing seems to
break (a miracle?)

21 years agoComments improved.
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 18:41:34 +0000 (18:41 +0000)]
Comments improved.

21 years agoBug fixed: conjectures were printed in the wrong order.
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 18:08:51 +0000 (18:08 +0000)]
Bug fixed: conjectures were printed in the wrong order.

21 years agoMetasenv partially checked.
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 18:06:57 +0000 (18:06 +0000)]
Metasenv partially checked.

21 years ago* Bug fixed: a real empty page is now really used for the empty notebook.
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 17:21:27 +0000 (17:21 +0000)]
* Bug fixed: a real empty page is now really used for the empty notebook.
  The Not_found exception is no more raised.
* Small interface improvements.

21 years agoResidual interface bug fixes: no sequent page is now forced twice.
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 15:18:57 +0000 (15:18 +0000)]
Residual interface bug fixes: no sequent page is now forced twice.

21 years agoSmall interface improvement: the first goal page is no more forced unless
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 13:14:41 +0000 (13:14 +0000)]
Small interface improvement: the first goal page is no more forced unless
the current goal is the first one.

Open bug: the current goal is forced again when visited a second time!

21 years agoSmall interface improvements.
Claudio Sacerdoti Coen [Fri, 15 Nov 2002 11:21:09 +0000 (11:21 +0000)]
Small interface improvements.

21 years agoOther small improvements to the general window layout.
Claudio Sacerdoti Coen [Thu, 14 Nov 2002 18:15:46 +0000 (18:15 +0000)]
Other small improvements to the general window layout.

21 years agoname fixes due to changes in libhttp-ocaml (e.g. s/Http\.Daemon/Http_daemon/)
Stefano Zacchiroli [Thu, 14 Nov 2002 17:48:17 +0000 (17:48 +0000)]
name fixes due to changes in libhttp-ocaml (e.g. s/Http\.Daemon/Http_daemon/)

21 years agoDefault for the reduction moved to CicReductionMachine.
Claudio Sacerdoti Coen [Thu, 14 Nov 2002 17:45:14 +0000 (17:45 +0000)]
Default for the reduction moved to CicReductionMachine.

21 years agoSmall interface improvement: selecting something in the proof does not
Claudio Sacerdoti Coen [Thu, 14 Nov 2002 15:04:59 +0000 (15:04 +0000)]
Small interface improvement: selecting something in the proof does not
unload any more the current sequent.

21 years agoInterface improvement:
Claudio Sacerdoti Coen [Thu, 14 Nov 2002 11:29:52 +0000 (11:29 +0000)]
Interface improvement:
 - the pages of every notebook are now generated with lazy code
 - the interface to choose between several interpretations is now really nice

21 years agoInterface improvements: the window to disambiguate uris is now reasonable.
Claudio Sacerdoti Coen [Wed, 13 Nov 2002 19:04:39 +0000 (19:04 +0000)]
Interface improvements: the window to disambiguate uris is now reasonable.

TODO: the stylesheets should be applied lazily for the pages of the notebook
 of the check window.

21 years agoswitched to OCaml HTTP module
Stefano Zacchiroli [Wed, 13 Nov 2002 14:44:19 +0000 (14:44 +0000)]
switched to OCaml HTTP module

21 years agoWritten instantiate for content level
Matteo Selmi [Wed, 13 Nov 2002 09:33:46 +0000 (09:33 +0000)]
Written instantiate for content level

21 years agoA frame now surrounds the XMHTML widget.
Claudio Sacerdoti Coen [Tue, 12 Nov 2002 18:26:48 +0000 (18:26 +0000)]
A frame now surrounds the XMHTML widget.

21 years agosymlink automagically cicReduction.ml if it doesn't exist
Stefano Zacchiroli [Tue, 12 Nov 2002 14:02:49 +0000 (14:02 +0000)]
symlink automagically cicReduction.ml if it doesn't exist

21 years agoHeavy restyling of the interface.
Claudio Sacerdoti Coen [Tue, 12 Nov 2002 12:16:27 +0000 (12:16 +0000)]
Heavy restyling of the interface.

Open BUG: exportation to PostScript sometimes make the widget core-dump.

21 years agoAn old bug in 'eqT' hipotesys solved
Enrico Tassi [Mon, 11 Nov 2002 12:03:10 +0000 (12:03 +0000)]
An old bug in 'eqT' hipotesys solved

21 years agoModified mode "abstparam" due to changes to LAMBDA and PROD. To verify if there are...
Matteo Selmi [Wed, 6 Nov 2002 15:15:27 +0000 (15:15 +0000)]
Modified mode "abstparam" due to changes to LAMBDA and PROD. To verify if there are errors.

21 years ago- big interface changes: open goals are now collected in a notebook
Claudio Sacerdoti Coen [Wed, 6 Nov 2002 12:18:21 +0000 (12:18 +0000)]
- big interface changes: open goals are now collected in a notebook
- the code is less functional than before ;-(

Open bugs/features:
 - the notebook page is re-generated (and stylesheets are applied again)
   even if it was already full

21 years agomathql_interpreter_galax removed
Claudio Sacerdoti Coen [Tue, 5 Nov 2002 10:18:16 +0000 (10:18 +0000)]
mathql_interpreter_galax removed

21 years agoQuick fix to view metadata theories again. The case were we are interested
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 16:05:53 +0000 (16:05 +0000)]
Quick fix to view metadata theories again. The case were we are interested
also in bodies is not handled correctly yet.

21 years agonameObject ==> objectName
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 15:16:31 +0000 (15:16 +0000)]
nameObject ==> objectName

21 years agoThe reduction tactics are now shared between ReductionTactics and ProofEngine.
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 13:47:33 +0000 (13:47 +0000)]
The reduction tactics are now shared between ReductionTactics and ProofEngine.

21 years agoThe fold tactic of proofEngine now uses ReductionTactics.fold_tac.
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 13:13:10 +0000 (13:13 +0000)]
The fold tactic of proofEngine now uses ReductionTactics.fold_tac.
A parameter was added to choose if the reduction must be performed also
in the hypotheses.

21 years ago- Comments updated
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 12:45:25 +0000 (12:45 +0000)]
- Comments updated
- Eq renamed to eqT

21 years ago- synchronization with the main branch
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 12:00:33 +0000 (12:00 +0000)]
- synchronization with the main branch

21 years ago- porting to the new theory with explicit named substitutions completed
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 11:59:11 +0000 (11:59 +0000)]
- porting to the new theory with explicit named substitutions completed
- bug fixed: fold used to undo an over-simplification of RewriteSimpl

21 years ago- new fold tactic
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 11:50:58 +0000 (11:50 +0000)]
- new fold tactic

21 years ago- new CicTextualParser
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 09:56:02 +0000 (09:56 +0000)]
- new CicTextualParser
- improved disambiguation of parsed stuff
- improved interface for disambiguating uris

21 years agoNew CicTextualParser: it now returns (approximately) a couple
Claudio Sacerdoti Coen [Mon, 4 Nov 2002 09:54:44 +0000 (09:54 +0000)]
New CicTextualParser: it now returns (approximately) a couple
list of free names * function from an interpretation to a Cic term
where an interpretation is a function from string (ids) to uris.

21 years agoCorrected some wrong paths
Matteo Selmi [Sat, 2 Nov 2002 10:52:58 +0000 (10:52 +0000)]
Corrected some wrong paths

21 years agoCorrected some wrong paths
Matteo Selmi [Sat, 2 Nov 2002 10:47:28 +0000 (10:47 +0000)]
Corrected some wrong paths

21 years agoSeveral bug-fixes:
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 15:13:58 +0000 (15:13 +0000)]
Several bug-fixes:
 - URIs shortened
 - Assumption did not lift the hypothesis ==> the unification always failed

21 years agoBug fixed: the declared number of new goals of Apply was plainly wrong.
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 15:13:22 +0000 (15:13 +0000)]
Bug fixed: the declared number of new goals of Apply was plainly wrong.

21 years agoBetter layout of the buttons.
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 15:12:57 +0000 (15:12 +0000)]
Better layout of the buttons.

21 years agoAdded variousTactic with Constructor, Left, Right, Exists, Reflexivity, Symmetry...
Michele Galatà [Thu, 31 Oct 2002 14:49:40 +0000 (14:49 +0000)]
Added variousTactic with Constructor, Left, Right, Exists, Reflexivity, Symmetry, Transitivity
Added tacticals Repeat, Do, Try, Solve

21 years ago- ElimIntrosSimpl now implemented using tacticals. It becomes an
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 14:09:52 +0000 (14:09 +0000)]
- ElimIntrosSimpl now implemented using tacticals. It becomes an
  ElimSimplIntros (which does lambda-abstraction with the reduced type ;-(((
  To be fixed.
- reductionTactics now also have the usual interface for tactics

21 years agoexplicit namd substitutions introduced
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 14:08:04 +0000 (14:08 +0000)]
explicit namd substitutions introduced

21 years agoNew euristich for the unification: convertible terms always unify.
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 14:07:17 +0000 (14:07 +0000)]
New euristich for the unification: convertible terms always unify.

21 years agoMetadata DTD changed.
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 13:18:36 +0000 (13:18 +0000)]
Metadata DTD changed.

21 years agoPorting to the new metadata DTD.
Claudio Sacerdoti Coen [Thu, 31 Oct 2002 10:59:33 +0000 (10:59 +0000)]
Porting to the new metadata DTD.

21 years agoUndo of the previous commit (that was a mistake).
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 18:54:27 +0000 (18:54 +0000)]
Undo of the previous commit (that was a mistake).

21 years agoBug fixed in reduction/simplification of explicit named substitution.
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 18:52:44 +0000 (18:52 +0000)]
Bug fixed in reduction/simplification of explicit named substitution.

21 years agoDead code removal.
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 18:51:57 +0000 (18:51 +0000)]
Dead code removal.

21 years agoMinor interface improvement.
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 15:29:30 +0000 (15:29 +0000)]
Minor interface improvement.

21 years ago- (Partial) porting to the new theory with explicit named substitutions
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 15:04:44 +0000 (15:04 +0000)]
- (Partial) porting to the new theory with explicit named substitutions
- Porting to the new DTD
- Porting to the new query language and to its implementation
- searchPattern implemented: it performs an old "backward" query and then
  tries to apply every result to filter out false matches

Open bugs:
 - ElimIntrosSimpl, Fourier and Ring still to be ported
 - many, many, many others

21 years agoCorrect errors due to a different form of LAMBDA
Matteo Selmi [Wed, 30 Oct 2002 15:02:54 +0000 (15:02 +0000)]
Correct errors due to a different form of LAMBDA

21 years agoWritten particular uses of induction and corrected some wrong paths
Matteo Selmi [Wed, 30 Oct 2002 14:52:17 +0000 (14:52 +0000)]
Written particular uses of induction and corrected some wrong paths

21 years agoCorrect CurrentProof
Matteo Selmi [Wed, 30 Oct 2002 14:22:19 +0000 (14:22 +0000)]
Correct CurrentProof

21 years agoBetter implementation of the trusting machinery: some CicEnvironment functions
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 14:10:01 +0000 (14:10 +0000)]
Better implementation of the trusting machinery: some CicEnvironment functions
now have a trust optional attribute (that defaults to true). The TypeChecker
uses the false value only when type-checking the topmost object.

Every other operation of the kernel uses the true value (i.e. it trusts).
Is this really a safe behaviour? Hmmmmm. We need a proof here.

21 years agoMerging of the modifications of Lorenzo on the main branch. They
Claudio Sacerdoti Coen [Wed, 30 Oct 2002 14:05:59 +0000 (14:05 +0000)]
Merging of the modifications of Lorenzo on the main branch. They
implement the Fun constructor in a uniform way.

21 years agoCorrect CurrentProof
Matteo Selmi [Wed, 30 Oct 2002 14:05:20 +0000 (14:05 +0000)]
Correct CurrentProof