]> matita.cs.unibo.it Git - helm.git/log
helm.git
17 years agoIn the let-in case we compute the type and add it to the context.
Andrea Asperti [Fri, 22 Dec 2006 10:37:35 +0000 (10:37 +0000)]
In the let-in case we compute the type and add it to the context.
Before it was computed every time

17 years agoThe function uri_of_term now works also if the explciit substitution list
Andrea Asperti [Fri, 22 Dec 2006 10:30:59 +0000 (10:30 +0000)]
The function uri_of_term now works also if the explciit substitution list
is not empty.

17 years agoSpeeedup! (by caching)
Enrico Tassi [Fri, 22 Dec 2006 08:54:57 +0000 (08:54 +0000)]
Speeedup! (by caching)
The costing operation is baseuri_of_file that parses the whole maybe big file to extract the first command line.

17 years agoadded some missing includes
Enrico Tassi [Thu, 21 Dec 2006 16:37:06 +0000 (16:37 +0000)]
added some missing includes

17 years agoNew declarative tactic "we proceed by cases on t to prove t'".
Claudio Sacerdoti Coen [Wed, 20 Dec 2006 23:25:42 +0000 (23:25 +0000)]
New declarative tactic "we proceed by cases on t to prove t'".
Very unsatisfactory since it already introduces the hypothesis in advance,
actually ignoring the following "case S (n:nat)" declarative command.
I do not see any easy solution at all.

17 years agoBug fixed in cases (it did not produced the right number of lambdas for the
Claudio Sacerdoti Coen [Wed, 20 Dec 2006 23:23:41 +0000 (23:23 +0000)]
Bug fixed in cases (it did not produced the right number of lambdas for the
outtype of dependent inductive types).

17 years agoTactic cases documented
Claudio Sacerdoti Coen [Wed, 20 Dec 2006 22:39:19 +0000 (22:39 +0000)]
Tactic cases documented

17 years agoNew tactic cases (still to be documented).
Claudio Sacerdoti Coen [Wed, 20 Dec 2006 22:34:35 +0000 (22:34 +0000)]
New tactic cases (still to be documented).
It is necessary for the declarative language and it is useful anyway.

17 years agoProcedural: method "Apply" ok in forward style
Ferruccio Guidi [Wed, 20 Dec 2006 20:07:54 +0000 (20:07 +0000)]
Procedural: method "Apply" ok in forward style

17 years agoProcedural: "ByInduction" method ok
Ferruccio Guidi [Tue, 19 Dec 2006 19:21:36 +0000 (19:21 +0000)]
Procedural:   "ByInduction" method ok
GrafiteAstPp: letin tactic now works

17 years agoAn idea to implement manifest record fields:
Claudio Sacerdoti Coen [Mon, 18 Dec 2006 22:28:22 +0000 (22:28 +0000)]
An idea to implement manifest record fields:
record r : R := { c1 : T1 ; c2 : T2 with f c1 = g c2 }.

Only the syntactic sugar is actually missing!

17 years agoProcedural: some improvements
Ferruccio Guidi [Mon, 18 Dec 2006 21:10:52 +0000 (21:10 +0000)]
Procedural: some improvements

17 years agoM logic/coimplication.ma
Andrea Asperti [Mon, 18 Dec 2006 12:01:11 +0000 (12:01 +0000)]
M    logic/coimplication.ma

17 years agoRenamed iterative into map_iter_p and moved around a few theorems.
Andrea Asperti [Mon, 18 Dec 2006 11:52:57 +0000 (11:52 +0000)]
Renamed iterative into map_iter_p and moved around a few theorems.

17 years agoProof of Euler theorem.
Andrea Asperti [Mon, 18 Dec 2006 10:09:01 +0000 (10:09 +0000)]
Proof of Euler theorem.

17 years agoUp to definition of limsup as liminf computed on the reverse ordering.
Enrico Zoli [Fri, 15 Dec 2006 18:59:00 +0000 (18:59 +0000)]
Up to definition of limsup as liminf computed on the reverse ordering.
However, I am no longer sure that this is the best way to proceed since
the lemmas to be proved are a lot and the typing is difficult. However,
this work should be done anyway to state limsup f x = - liminf f (-x)
that we need anyway.

17 years agoFatou lemma achieved (up to a few more axioms here and there...)
Enrico Zoli [Fri, 15 Dec 2006 16:11:56 +0000 (16:11 +0000)]
Fatou lemma achieved (up to a few more axioms here and there...)

17 years agoHuge DAMA update:
Claudio Sacerdoti Coen [Fri, 15 Dec 2006 10:39:07 +0000 (10:39 +0000)]
Huge DAMA update:
 1. up to Fatou lemma (almost there)
 2. requires the new unification procedure for coercions to enable
    multiple coercion paths between two nodes
 3. it stresses CicUniv.mere_ugraphs. To compile the new DAMA file quickly
    you have to disable that function :-(

17 years agoBugged code patched, but not in the optimal way.
Claudio Sacerdoti Coen [Thu, 14 Dec 2006 18:50:09 +0000 (18:50 +0000)]
Bugged code patched, but not in the optimal way.
The problem is that in two different interpretations a symbol id can be
interpreted as dsc in different locations. Using the previous code it
happened that every interpretation was pruned out since a symbol id occurred
twice (in different locations) in an/every interpretation. Now the couples
(loc,id) are considered for disambiguating between the two interpretations.
However, this way we hide information to the user (what other occurrences of
the same symbol are given the same interpretation).

17 years agoDebugging code commented out.
Claudio Sacerdoti Coen [Thu, 14 Dec 2006 18:48:00 +0000 (18:48 +0000)]
Debugging code commented out.

17 years ago...
Enrico Tassi [Thu, 14 Dec 2006 18:15:55 +0000 (18:15 +0000)]
...

17 years ago...
Enrico Tassi [Thu, 14 Dec 2006 18:15:39 +0000 (18:15 +0000)]
...

17 years ago...
Enrico Tassi [Thu, 14 Dec 2006 18:14:07 +0000 (18:14 +0000)]
...

17 years agocontent2Procedural.ml: "Intros+LetTac" ok
Ferruccio Guidi [Thu, 14 Dec 2006 15:38:40 +0000 (15:38 +0000)]
content2Procedural.ml: "Intros+LetTac" ok

17 years agoHuge commit:
Claudio Sacerdoti Coen [Thu, 14 Dec 2006 13:41:38 +0000 (13:41 +0000)]
Huge commit:

 1. coercGraph.ml* moved from library to cic_unification (where it should
    have been put in the first place). A few functions that must remain in
   library moved to coercDb.ml* (where they should have been put in the first
   place)
 2. ProofEngineHelpers.saturate_term moved from tactic to cic_unification.
 3. Bug fixed in saturate_term: the newmeta returned by the function was not
    correct in some cases
 4. CoercGraph.look_for_coercion* used to saturate the coercion with implicit
    arguments (thus requirin a refinement pass later on). Now the same
    functions saturate the term with metas. The return type has changed
    accordingly.
 5. the horrible hack to break composite coercions during unification has been
    replaced by a nice implementation of unification towards the join of the
    two coercions (called meet by Enrico I do not know why :-).
    This solves many many problems found using multiple coercion pathes from
    a source to a destination. (This is the case in DAMA that I am going to
    commit soon).

17 years ago- transcript: patched to generate aliases instead of inlined variables
Ferruccio Guidi [Wed, 13 Dec 2006 19:50:03 +0000 (19:50 +0000)]
- transcript: patched to generate aliases instead of inlined variables
- CoRN-Decl: regenerated with aliases instead of inlined variables
- content2Procedural: improved but not working yet

17 years agowe parametrized CicNotationPt.obj on 'term
Ferruccio Guidi [Tue, 12 Dec 2006 14:04:59 +0000 (14:04 +0000)]
we parametrized CicNotationPt.obj on 'term

17 years agowe started the infrastructure for the procedural rendering of proofs
Ferruccio Guidi [Tue, 12 Dec 2006 09:54:14 +0000 (09:54 +0000)]
we started the infrastructure for the procedural rendering of proofs

17 years agowe exported some inversors from coq
Ferruccio Guidi [Sat, 9 Dec 2006 16:21:32 +0000 (16:21 +0000)]
we exported some inversors from coq

17 years agoEXPERIMENTAL:
Claudio Sacerdoti Coen [Fri, 8 Dec 2006 17:36:24 +0000 (17:36 +0000)]
EXPERIMENTAL:
 1. the disambiguation domain is now a tree that partially reflects the
    applicative structure of the term
 2. disambiguation now classifies errors according to the following criterium:
    an error E is considered not significant when it belongs to the set A of
    results (obtained interpreting a symbol and its subterms in every possible
    way) and there exists at least a result in A that is either OK or Uncertain.
    A "subterm" is implicitly defined by the tree structure of the
    disambiguation domain.
 3. WARNING: there used to be an (important ????) optimization that has not
    been ported (yet ???): if the next item in the disambiguation domain can
    be interpreted in just one way, we skip the current refinement step.
    According to tests on my laptop the optimization does not seem to be
    really so significant (sometimes it even slow down???). We will decide
    on monday whether porting it or not. Porting it is not very simple because
    of the new data structures involved.

17 years agoDisambiguation errors in phase 3 that are not present in phase 4 are filtered
Claudio Sacerdoti Coen [Fri, 8 Dec 2006 11:39:07 +0000 (11:39 +0000)]
Disambiguation errors in phase 3 that are not present in phase 4 are filtered
out. Explanation: if they are only in phase 3, it means that in phase 4 they
are not significative. Thus we conclude that phase 3 is not significative.
There is a drawback: equality over errors is not very well defined because
of Metas in error messages. Thus it could be the case that we remove the error
in phase 3 when the same error is still there in phase 4.

17 years agonew makefiles
Ferruccio Guidi [Fri, 8 Dec 2006 09:50:02 +0000 (09:50 +0000)]
new makefiles

17 years agoreverted error committed by mistake
Stefano Zacchiroli [Thu, 7 Dec 2006 18:20:52 +0000 (18:20 +0000)]
reverted error committed by mistake

17 years agoavoid Failure "nth" when only one disambiguation pass is enabled
Stefano Zacchiroli [Thu, 7 Dec 2006 18:19:57 +0000 (18:19 +0000)]
avoid Failure "nth" when only one disambiguation pass is enabled

17 years agonew theorems added. does not comile well yet :(( problems found in
Ferruccio Guidi [Thu, 7 Dec 2006 15:43:42 +0000 (15:43 +0000)]
new theorems added. does not comile well yet :(( problems found in
- csubc/csuba.ml (exception "List.nth" raised by matitaGui.ml at line 244)
- ty3/pr3.ml (matitac.opt returns with exit code 3 without evident error)
- sn3/props.ma (assertion failure raised by discrimination_tree.ml at line 62)

17 years agoExperimental: cycles in proofs generated by paramodulation are now detected
Claudio Sacerdoti Coen [Wed, 6 Dec 2006 15:54:39 +0000 (15:54 +0000)]
Experimental: cycles in proofs generated by paramodulation are now detected
and removed.
However, letins that become useless after this operation are not simplified.
Simplifying them (when they became linear) could introduce more cycles that
require a second simplification and so on.

17 years agoMore simplification using better notation.
Claudio Sacerdoti Coen [Wed, 6 Dec 2006 15:52:45 +0000 (15:52 +0000)]
More simplification using better notation.

17 years agointeractive and bad_tests grepped out before insertion in the DB
Claudio Sacerdoti Coen [Wed, 6 Dec 2006 11:45:08 +0000 (11:45 +0000)]
interactive and bad_tests grepped out before insertion in the DB

17 years agoexperimental classification of disambiguation error, so that supposedly non significa...
Stefano Zacchiroli [Tue, 5 Dec 2006 17:11:23 +0000 (17:11 +0000)]
experimental classification of disambiguation error, so that supposedly non significant errors can be hidden to the user
ATM an error is non significant if obtained interpretating a symbol that can be interpreted in an error-free way

17 years ago- components: composed coercions mus be generated with current base uri
Ferruccio Guidi [Tue, 5 Dec 2006 15:44:54 +0000 (15:44 +0000)]
- components: composed coercions mus be generated with current base uri
- transcript: fixed to handle coercions from constructors
- CoRN-Decl: regenerated. CoRN.ma now compiles!

17 years agodo not share the db connection among children, should fix the "server has gone away...
Stefano Zacchiroli [Tue, 5 Dec 2006 13:30:22 +0000 (13:30 +0000)]
do not share the db connection among children, should fix the "server has gone away" error

17 years agoprova.ma: baseuri fixed
Ferruccio Guidi [Fri, 1 Dec 2006 18:40:48 +0000 (18:40 +0000)]
prova.ma: baseuri fixed
Unified: flat contexts added

17 years agosome uris fixed
Ferruccio Guidi [Fri, 1 Dec 2006 18:25:40 +0000 (18:25 +0000)]
some uris fixed

17 years agoEven if automatically generated, I prefer to commit the quickref help files
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 22:11:48 +0000 (22:11 +0000)]
Even if automatically generated, I prefer to commit the quickref help files
since they require some ad-hoc programs to be generated.

17 years agoNotation \middot used everywhere in place of *.
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 22:09:47 +0000 (22:09 +0000)]
Notation \middot used everywhere in place of *.

17 years agoI have changed the nice notation for derivatives a little bit to always pick
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 21:55:07 +0000 (21:55 +0000)]
I have changed the nice notation for derivatives a little bit to always pick
'x' as the default variable. This is the only reasonable choice since we already
always pick 'x' for polynoms.

17 years agoAdded a demo for Matita: two slightly different proofs in declarative language
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 21:48:29 +0000 (21:48 +0000)]
Added a demo for Matita: two slightly different proofs in declarative language
that the derivative of x^n is n*x^(n-1). The real numbers, the definition of
derivative and some basic properties of derivatives are axiomatized. Two
alternative notations are proposed for the derivatives. (The somehow nicer
one is currently bugged.)

17 years agoSyntax of a declarative rewritinstep changed.
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 21:04:06 +0000 (21:04 +0000)]
Syntax of a declarative rewritinstep changed.

17 years agolibrary/Fsub: minor fix
Wilmer Ricciotti [Thu, 30 Nov 2006 16:35:04 +0000 (16:35 +0000)]
library/Fsub: minor fix

17 years agolibrary: added solution to POPLMark challenge part 1a (transitivity of Fsub subtyping)
Wilmer Ricciotti [Thu, 30 Nov 2006 16:14:12 +0000 (16:14 +0000)]
library: added solution to POPLMark challenge part 1a (transitivity of Fsub subtyping)

17 years agoNew syntax and semantics for the rewriting steps that make the pretty-printed
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 15:06:26 +0000 (15:06 +0000)]
New syntax and semantics for the rewriting steps that make the pretty-printed
proof similar to the input proof.

Syntax:

((obtain id | conclude) lhs) = rhs done?

Semantics:
use conclude when working top-down and obtain to work bottom-up.
done means that this was the last step.

17 years agoThe auto parameters that can be given to a declarative rewritingstep must now
Claudio Sacerdoti Coen [Thu, 30 Nov 2006 13:20:22 +0000 (13:20 +0000)]
The auto parameters that can be given to a declarative rewritingstep must now
be put in parenthesis (to avoid "eating" the "done" token).

17 years agoThe rewritingstep declarative command now takes also a list of arguments
Claudio Sacerdoti Coen [Wed, 29 Nov 2006 21:44:42 +0000 (21:44 +0000)]
The rewritingstep declarative command now takes also a list of arguments
that are passed to paramodulation (after adding paramodulation=1 and
timeout=3 if these parameters are not already forced by the user).

17 years ago- new library/logic/coimplication.ma uses new decompose tactic
Ferruccio Guidi [Wed, 29 Nov 2006 17:29:53 +0000 (17:29 +0000)]
- new library/logic/coimplication.ma uses new decompose tactic
- matitaScript.ml: new parameter of inline tactic now ignored
- CoRN-Decl: regenerated with local objects handled correctly

17 years ago- decompose tactic: decomposable constants are now allowed (they are unfolded)
Ferruccio Guidi [Wed, 29 Nov 2006 17:23:59 +0000 (17:23 +0000)]
- decompose tactic: decomposable constants are now allowed (they are unfolded)
- inline macro: now accepts an optional name prefix for disambiguation purposes
- transcript: now handles local objects correctly

17 years agoDemodulate_tac now depends on the universe
Andrea Asperti [Wed, 29 Nov 2006 08:00:09 +0000 (08:00 +0000)]
Demodulate_tac now depends on the universe

17 years agoAdded a clear to rewritestep to speed up auto (by removing an hypothesis
Claudio Sacerdoti Coen [Tue, 28 Nov 2006 18:57:26 +0000 (18:57 +0000)]
Added a clear to rewritestep to speed up auto (by removing an hypothesis
that must NOT be used again).

17 years agoChanged an ahstable into an association list.
Andrea Asperti [Tue, 28 Nov 2006 17:47:31 +0000 (17:47 +0000)]
Changed an ahstable into an association list.

17 years ago"the thesis becomes" now always performs a change.
Claudio Sacerdoti Coen [Mon, 27 Nov 2006 16:50:15 +0000 (16:50 +0000)]
"the thesis becomes" now always performs a change.

17 years agoFixed bug in notation: when a notation is applied to more arguments than expected...
Claudio Sacerdoti Coen [Mon, 27 Nov 2006 15:01:04 +0000 (15:01 +0000)]
Fixed bug in notation: when a notation is applied to more arguments than expected this is not necessarily a problem: I just create a new application on the fly.

17 years agoAdded in_eq_uris.
Andrea Asperti [Mon, 27 Nov 2006 13:48:35 +0000 (13:48 +0000)]
Added in_eq_uris.

17 years agoFix_proof should recursively work on explicit substs.
Andrea Asperti [Mon, 27 Nov 2006 13:46:19 +0000 (13:46 +0000)]
Fix_proof should recursively work on explicit substs.
For the moment this is done for constants.

17 years agoDeclarative language ported to new auto (with Universes).
Claudio Sacerdoti Coen [Mon, 27 Nov 2006 13:45:51 +0000 (13:45 +0000)]
Declarative language ported to new auto (with Universes).

17 years agoRemoved a couple of assertions.
Andrea Asperti [Mon, 27 Nov 2006 12:54:42 +0000 (12:54 +0000)]
Removed a couple of assertions.

17 years agoCommented an assertion.
Andrea Asperti [Mon, 27 Nov 2006 12:52:53 +0000 (12:52 +0000)]
Commented an assertion.

17 years agoCommented an assertion.
Andrea Asperti [Mon, 27 Nov 2006 12:50:14 +0000 (12:50 +0000)]
Commented an assertion.

17 years agoCommented a few assertions.
Andrea Asperti [Mon, 27 Nov 2006 12:42:03 +0000 (12:42 +0000)]
Commented a few assertions.

17 years agoVariant are not indexed.
Andrea Asperti [Mon, 27 Nov 2006 12:32:11 +0000 (12:32 +0000)]
Variant are not indexed.

17 years agoOnly modified for taking unfold into account.
Andrea Asperti [Mon, 27 Nov 2006 12:31:26 +0000 (12:31 +0000)]
Only modified for taking unfold into account.
Assertion made only in case of debug.

17 years agoMatita's default equality has changed
Andrea Asperti [Mon, 27 Nov 2006 12:20:35 +0000 (12:20 +0000)]
Matita's default equality has changed
-This line, and those below, will be ignored--

M    library/logic/equality.ma

17 years agoSmall changes
Andrea Asperti [Mon, 27 Nov 2006 11:59:16 +0000 (11:59 +0000)]
Small changes

17 years agoauto new => auto new library in those tests that use Coq's library
Claudio Sacerdoti Coen [Mon, 27 Nov 2006 10:44:18 +0000 (10:44 +0000)]
auto new => auto new library in those tests that use Coq's library

17 years agofix
Enrico Tassi [Sat, 25 Nov 2006 11:57:01 +0000 (11:57 +0000)]
fix

17 years agopatch to calculate meets of a pair of carriers
Enrico Tassi [Sat, 25 Nov 2006 11:27:26 +0000 (11:27 +0000)]
patch to calculate meets of a pair of carriers

17 years agoadded assertion (that is a TODO) in case non-considered exceptions are raised when...
Enrico Tassi [Sat, 25 Nov 2006 11:26:09 +0000 (11:26 +0000)]
added assertion (that is a TODO) in case non-considered exceptions are raised when tring to apply coercions

17 years agoadded a test for the pullback stuff and the possibility to get the coercion graph...
Enrico Tassi [Sat, 25 Nov 2006 11:23:02 +0000 (11:23 +0000)]
added a test for the pullback stuff and the possibility to get the coercion graph printed without closures

17 years agoCommand index added to disambiguate.
Andrea Asperti [Thu, 23 Nov 2006 14:46:01 +0000 (14:46 +0000)]
Command index added to disambiguate.
-This line, and those below, will be ignored--

M    grafite_parser/grafiteDisambiguate.ml

17 years agoAdded a new command "index" for the indexing terms in the "universe".
Andrea Asperti [Thu, 23 Nov 2006 14:44:48 +0000 (14:44 +0000)]
Added a new command "index" for the indexing terms in the "universe".

17 years agoSet of Set of uri added.
Andrea Asperti [Thu, 23 Nov 2006 14:41:25 +0000 (14:41 +0000)]
Set of Set of uri added.

17 years agoModifications to auto due to the introduction of the universe in
Andrea Asperti [Thu, 23 Nov 2006 14:31:56 +0000 (14:31 +0000)]
Modifications to auto due to the introduction of the universe in
the status.

17 years agoUniverse is a discrimination-tree structure.
Andrea Asperti [Thu, 23 Nov 2006 14:09:08 +0000 (14:09 +0000)]
Universe is a discrimination-tree structure.

17 years agoThe status has been extended with a "universe", that is a
Andrea Asperti [Thu, 23 Nov 2006 14:06:57 +0000 (14:06 +0000)]
The status has been extended with a "universe", that is a
discrimination-tree structure indexing all defined objects.
The universe is functional (hope so).

17 years agoFixed a call to auto, and commented the remaining part.
Andrea Asperti [Thu, 23 Nov 2006 13:56:30 +0000 (13:56 +0000)]
Fixed a call to auto, and commented the remaining part.

17 years agoparamodulation removed
Andrea Asperti [Thu, 23 Nov 2006 13:46:27 +0000 (13:46 +0000)]
paramodulation removed

17 years agoMinor changes.
Andrea Asperti [Thu, 23 Nov 2006 13:45:53 +0000 (13:45 +0000)]
Minor changes.
-This line, and those below, will be ignored--

M    library/nat/ord.ma
M    library/nat/gcd.ma
M    library/nat/factorization.ma
M    library/technicalities/setoids.ma

17 years agoSimplified version.
Andrea Asperti [Thu, 23 Nov 2006 13:03:45 +0000 (13:03 +0000)]
Simplified version.

17 years agoAdding CoRN.
Andrea Asperti [Thu, 23 Nov 2006 09:33:24 +0000 (09:33 +0000)]
Adding CoRN.

17 years agoremoved the impredicativity of falsum
Ferruccio Guidi [Wed, 22 Nov 2006 15:24:20 +0000 (15:24 +0000)]
removed the impredicativity of falsum

17 years agoFixed the infamous bug:
Claudio Sacerdoti Coen [Fri, 17 Nov 2006 18:39:43 +0000 (18:39 +0000)]
Fixed the infamous bug:
> >/home/sacerdot/miohelm/matita/scripts/crontab.sh: line 70: [: : integer
> >expression expected

17 years agohelm_registry: added the pair unmarshaller
Ferruccio Guidi [Fri, 17 Nov 2006 18:20:47 +0000 (18:20 +0000)]
helm_registry: added the pair unmarshaller
grafiteAstPp: bug-fixed
transcript: coercion handling improved
CoRN-Decl: regenerated accordingly
--ehis line, and those below, will be ignored--

M    software/matita/contribs/CoRN-Decl/devel/loeb/per/csetfun.ma
M    software/matita/contribs/CoRN-Decl/devel/loeb/per/lst2fun.ma
M    software/matita/contribs/CoRN-Decl/devel/loeb/IDA/Ch6.ma
M    software/matita/contribs/CoRN-Decl/model/groups/Zgroup.ma
M    software/matita/contribs/CoRN-Decl/model/groups/Qgroup.ma
M    software/matita/contribs/CoRN-Decl/model/groups/Qposgroup.ma
M    software/matita/contribs/CoRN-Decl/model/groups/QSposgroup.ma
M    software/matita/contribs/CoRN-Decl/model/abgroups/QSposabgroup.ma
M    software/matita/contribs/CoRN-Decl/model/abgroups/Zabgroup.ma
M    software/matita/contribs/CoRN-Decl/model/abgroups/Qabgroup.ma
M    software/matita/contribs/CoRN-Decl/model/abgroups/Qposabgroup.ma
M    software/matita/contribs/CoRN-Decl/model/rings/Zring.ma
M    software/matita/contribs/CoRN-Decl/model/rings/Qring.ma
M    software/matita/contribs/CoRN-Decl/model/structures/Zsec.ma
M    software/matita/contribs/CoRN-Decl/model/structures/Nsec.ma
M    software/matita/contribs/CoRN-Decl/model/structures/Npossec.ma
M    software/matita/contribs/CoRN-Decl/model/structures/Qsec.ma
M    software/matita/contribs/CoRN-Decl/model/structures/Qpossec.ma
M    software/matita/contribs/CoRN-Decl/model/fields/Qfield.ma
M    software/matita/contribs/CoRN-Decl/model/reals/Cauchy_IR.ma
M    software/matita/contribs/CoRN-Decl/model/monoids/Nmonoid.ma
M    software/matita/contribs/CoRN-Decl/model/monoids/Nposmonoid.ma
M    software/matita/contribs/CoRN-Decl/model/monoids/Qmonoid.ma
M    software/matita/contribs/CoRN-Decl/model/monoids/Qposmonoid.ma
M    software/matita/contribs/CoRN-Decl/model/monoids/QSposmonoid.ma
M    software/matita/contribs/CoRN-Decl/model/monoids/Zmonoid.ma
M    software/matita/contribs/CoRN-Decl/model/non_examples/N_no_group.ma
M    software/matita/contribs/CoRN-Decl/model/non_examples/Npos_no_group.ma
M    software/matita/contribs/CoRN-Decl/model/non_examples/Npos_no_monoid.ma
M    software/matita/contribs/CoRN-Decl/model/setoids/Nsetoid.ma
M    software/matita/contribs/CoRN-Decl/model/setoids/Npossetoid.ma
M    software/matita/contribs/CoRN-Decl/model/setoids/Qsetoid.ma
M    software/matita/contribs/CoRN-Decl/model/setoids/Qpossetoid.ma
M    software/matita/contribs/CoRN-Decl/model/setoids/Zsetoid.ma
M    software/matita/contribs/CoRN-Decl/model/ordfields/Qordfield.ma
M    software/matita/contribs/CoRN-Decl/model/semigroups/Zsemigroup.ma
M    software/matita/contribs/CoRN-Decl/model/semigroups/Nsemigroup.ma
M    software/matita/contribs/CoRN-Decl/model/semigroups/Npossemigroup.ma
M    software/matita/contribs/CoRN-Decl/model/semigroups/Qsemigroup.ma
M    software/matita/contribs/CoRN-Decl/model/semigroups/Qpossemigroup.ma
M    software/matita/contribs/CoRN-Decl/model/semigroups/QSpossemigroup.ma
M    software/matita/contribs/CoRN-Decl/metrics/CMetricSpaces.ma
M    software/matita/contribs/CoRN-Decl/metrics/IR_CPMSpace.ma
M    software/matita/contribs/CoRN-Decl/metrics/Equiv.ma
M    software/matita/contribs/CoRN-Decl/metrics/ContFunctions.ma
M    software/matita/contribs/CoRN-Decl/metrics/CPMSTheory.ma
M    software/matita/contribs/CoRN-Decl/metrics/Prod_Sub.ma
M    software/matita/contribs/CoRN-Decl/metrics/CPseudoMSpaces.ma
M    software/matita/contribs/CoRN-Decl/reals/iso_CReals.ma
M    software/matita/contribs/CoRN-Decl/reals/CauchySeq.ma
M    software/matita/contribs/CoRN-Decl/reals/Bridges_iso.ma
M    software/matita/contribs/CoRN-Decl/reals/CReals1.ma
M    software/matita/contribs/CoRN-Decl/reals/Series.ma
M    software/matita/contribs/CoRN-Decl/reals/NRootIR.ma
M    software/matita/contribs/CoRN-Decl/reals/CPoly_Contin.ma
M    software/matita/contribs/CoRN-Decl/reals/IVT.ma
M    software/matita/contribs/CoRN-Decl/reals/RealLists.ma
M    software/matita/contribs/CoRN-Decl/reals/Max_AbsIR.ma
M    software/matita/contribs/CoRN-Decl/reals/Cauchy_CReals.ma
M    software/matita/contribs/CoRN-Decl/reals/RealFuncts.ma
M    software/matita/contribs/CoRN-Decl/reals/Intervals.ma
M    software/matita/contribs/CoRN-Decl/reals/OddPolyRootIR.ma
M    software/matita/contribs/CoRN-Decl/reals/CReals.ma
M    software/matita/contribs/CoRN-Decl/reals/CMetricFields.ma
M    software/matita/contribs/CoRN-Decl/reals/Q_dense.ma
M    software/matita/contribs/CoRN-Decl/reals/Q_in_CReals.ma
M    software/matita/contribs/CoRN-Decl/reals/R_morphism.ma
M    software/matita/contribs/CoRN-Decl/reals/CSumsReals.ma
M    software/matita/contribs/CoRN-Decl/reals/Bridges_LUB.ma
M    software/matita/contribs/CoRN-Decl/complex/NRootCC.ma
M    software/matita/contribs/CoRN-Decl/complex/CComplex.ma
M    software/matita/contribs/CoRN-Decl/complex/AbsCC.ma
M    software/matita/contribs/CoRN-Decl/complex/Complex_Exponential.ma
D    software/matita/contribs/CoRN-Decl/CoRN_notation.ma
M    software/matita/contribs/CoRN-Decl/fta/CPoly_Shift.ma
M    software/matita/contribs/CoRN-Decl/fta/KneserLemma.ma
M    software/matita/contribs/CoRN-Decl/fta/KeyLemma.ma
M    software/matita/contribs/CoRN-Decl/fta/CC_Props.ma
M    software/matita/contribs/CoRN-Decl/fta/FTAreg.ma
M    software/matita/contribs/CoRN-Decl/fta/FTA.ma
M    software/matita/contribs/CoRN-Decl/fta/MainLemma.ma
M    software/matita/contribs/CoRN-Decl/fta/CPoly_Contin1.ma
M    software/matita/contribs/CoRN-Decl/fta/CPoly_Rev.ma
M    software/matita/contribs/CoRN-Decl/tactics/DiffTactics1.ma
M    software/matita/contribs/CoRN-Decl/tactics/DiffTactics2.ma
M    software/matita/contribs/CoRN-Decl/tactics/DiffTactics3.ma
M    software/matita/contribs/CoRN-Decl/tactics/GroupReflection.ma
M    software/matita/contribs/CoRN-Decl/tactics/Opaque_algebra.ma
M    software/matita/contribs/CoRN-Decl/tactics/RingReflection.ma
M    software/matita/contribs/CoRN-Decl/tactics/Step.ma
M    software/matita/contribs/CoRN-Decl/tactics/AlgReflection.ma
M    software/matita/contribs/CoRN-Decl/tactics/FieldReflection.ma
M    software/matita/contribs/CoRN-Decl/tactics/Transparent_algebra.ma
M    software/matita/contribs/CoRN-Decl/transc/RealPowers.ma
M    software/matita/contribs/CoRN-Decl/transc/TaylorSeries.ma
M    software/matita/contribs/CoRN-Decl/transc/Trigonometric.ma
M    software/matita/contribs/CoRN-Decl/transc/Exponential.ma
M    software/matita/contribs/CoRN-Decl/transc/PowerSeries.ma
M    software/matita/contribs/CoRN-Decl/transc/Pi.ma
M    software/matita/contribs/CoRN-Decl/transc/InvTrigonom.ma
M    software/matita/contribs/CoRN-Decl/transc/SinCos.ma
M    software/matita/contribs/CoRN-Decl/transc/TrigMon.ma
M    software/matita/contribs/CoRN-Decl/ftc/IntervalFunct.ma
M    software/matita/contribs/CoRN-Decl/ftc/DerivativeOps.ma
M    software/matita/contribs/CoRN-Decl/ftc/MoreFunSeries.ma
M    software/matita/contribs/CoRN-Decl/ftc/COrdLemmas.ma
M    software/matita/contribs/CoRN-Decl/ftc/TaylorLemma.ma
M    software/matita/contribs/CoRN-Decl/ftc/FunctSums.ma
M    software/matita/contribs/CoRN-Decl/ftc/RefLemma.ma
M    software/matita/contribs/CoRN-Decl/ftc/FunctSeries.ma
M    software/matita/contribs/CoRN-Decl/ftc/MoreIntervals.ma
M    software/matita/contribs/CoRN-Decl/ftc/RefSeparating.ma
M    software/matita/contribs/CoRN-Decl/ftc/MoreFunctions.ma
M    software/matita/contribs/CoRN-Decl/ftc/Partitions.ma
M    software/matita/contribs/CoRN-Decl/ftc/Differentiability.ma
M    software/matita/contribs/CoRN-Decl/ftc/PartFunEquality.ma
M    software/matita/contribs/CoRN-Decl/ftc/StrongIVT.ma
M    software/matita/contribs/CoRN-Decl/ftc/Derivative.ma
M    software/matita/contribs/CoRN-Decl/ftc/Composition.ma
M    software/matita/contribs/CoRN-Decl/ftc/Integral.ma
M    software/matita/contribs/CoRN-Decl/ftc/Continuity.ma
M    software/matita/contribs/CoRN-Decl/ftc/RefSeparated.ma
M    software/matita/contribs/CoRN-Decl/ftc/FunctSequence.ma
M    software/matita/contribs/CoRN-Decl/ftc/Taylor.ma
M    software/matita/contribs/CoRN-Decl/ftc/WeakIVT.ma
M    software/matita/contribs/CoRN-Decl/ftc/MoreIntegrals.ma
M    software/matita/contribs/CoRN-Decl/ftc/PartInterval.ma
M    software/matita/contribs/CoRN-Decl/ftc/FTC.ma
M    software/matita/contribs/CoRN-Decl/ftc/NthDerivative.ma
M    software/matita/contribs/CoRN-Decl/ftc/Rolle.ma
M    software/matita/contribs/CoRN-Decl/ftc/RefSepRef.ma
M    software/matita/contribs/CoRN-Decl/ftc/CalculusTheorems.ma
M    software/matita/contribs/CoRN-Decl/algebra/COrdCauchy.ma
M    software/matita/contribs/CoRN-Decl/algebra/CSetoidInc.ma
M    software/matita/contribs/CoRN-Decl/algebra/CAbGroups.ma
M    software/matita/contribs/CoRN-Decl/algebra/CRings.ma
M    software/matita/contribs/CoRN-Decl/algebra/Expon.ma
M    software/matita/contribs/CoRN-Decl/algebra/CSums.ma
M    software/matita/contribs/CoRN-Decl/algebra/COrdFields2.ma
M    software/matita/contribs/CoRN-Decl/algebra/CLogic.ma
M    software/matita/contribs/CoRN-Decl/algebra/CSemiGroups.ma
M    software/matita/contribs/CoRN-Decl/algebra/CPoly_Degree.ma
M    software/matita/contribs/CoRN-Decl/algebra/CPoly_NthCoeff.ma
M    software/matita/contribs/CoRN-Decl/algebra/CSetoidFun.ma
M    software/matita/contribs/CoRN-Decl/algebra/Cauchy_COF.ma
M    software/matita/contribs/CoRN-Decl/algebra/Basics.ma
M    software/matita/contribs/CoRN-Decl/algebra/CPoly_ApZero.ma
M    software/matita/contribs/CoRN-Decl/algebra/CPolynomials.ma
M    software/matita/contribs/CoRN-Decl/algebra/CFields.ma
M    software/matita/contribs/CoRN-Decl/algebra/CMonoids.ma
M    software/matita/contribs/CoRN-Decl/algebra/COrdAbs.ma
M    software/matita/contribs/CoRN-Decl/algebra/CSetoids.ma
M    software/matita/contribs/CoRN-Decl/algebra/ListType.ma
M    software/matita/contribs/CoRN-Decl/algebra/COrdFields.ma
M    software/matita/contribs/CoRN-Decl/algebra/CAbMonoids.ma
M    software/matita/contribs/CoRN-Decl/algebra/CVectorSpace.ma
M    software/matita/contribs/CoRN-Decl/algebra/CGroups.ma
A    software/matita/contribs/CoRN-Decl/CoRN.ma
M    software/components/grafite/grafiteAstPp.ml
M    software/components/binaries/transcript/CoRN.conf.xml
M    software/components/binaries/transcript/grafite.ml
M    software/components/binaries/transcript/v8Parser.mly
M    software/components/binaries/transcript/types.ml
M    software/components/binaries/transcript/engine.ml
M    software/components/registry/helm_registry.ml
M    software/components/registry/helm_registry.mli

17 years agoCoRN-Decl: missing file added
Ferruccio Guidi [Fri, 17 Nov 2006 10:16:10 +0000 (10:16 +0000)]
CoRN-Decl: missing file added

17 years ago- transcript: patched to generate CoRN_notation.ma instead of CoRN.ma
Ferruccio Guidi [Thu, 16 Nov 2006 15:12:17 +0000 (15:12 +0000)]
- transcript: patched to generate CoRN_notation.ma instead of CoRN.ma
- CoRN-Decl: regenerated

17 years ago- transcript: now outputs includes and coercions correctly
Ferruccio Guidi [Thu, 16 Nov 2006 14:45:39 +0000 (14:45 +0000)]
- transcript: now outputs includes and coercions correctly
- GrafiteAstPp: coercion and inline pretty printing patched
- CoRN-Decl: regenerated: starts to compile :) but inline is broken :(

17 years agonew CoRN development, generated by transcript
Ferruccio Guidi [Wed, 15 Nov 2006 19:52:45 +0000 (19:52 +0000)]
new CoRN development, generated by transcript

17 years agotranscript updated
Ferruccio Guidi [Wed, 15 Nov 2006 19:47:41 +0000 (19:47 +0000)]
transcript updated

17 years agoremoved prived CoRN configuration file :)
Ferruccio Guidi [Wed, 15 Nov 2006 14:11:51 +0000 (14:11 +0000)]
removed prived CoRN configuration file :)

17 years agotranscript: very alpha version.
Ferruccio Guidi [Wed, 15 Nov 2006 14:10:33 +0000 (14:10 +0000)]
transcript: very alpha version.
parser for Coq V8 works fine on CoRN contribution scripts.

17 years agofixed base uri
Ferruccio Guidi [Wed, 15 Nov 2006 13:03:37 +0000 (13:03 +0000)]
fixed base uri

17 years agolt_O_S moved to nat/orders.ma
Andrea Asperti [Wed, 15 Nov 2006 09:09:02 +0000 (09:09 +0000)]
lt_O_S moved to nat/orders.ma

17 years agoAdded lt_O_S.
Andrea Asperti [Wed, 15 Nov 2006 09:06:10 +0000 (09:06 +0000)]
Added lt_O_S.