]> matita.cs.unibo.it Git - helm.git/log
helm.git
13 years agoHUGE COMMIT:
Claudio Sacerdoti Coen [Tue, 11 Jan 2011 21:06:37 +0000 (21:06 +0000)]
HUGE COMMIT:

1) sequent2pres merged into content2pres
2) more functions to render sequents/context/substs to content and then to
   presentation
3) new virtual class NCic.status with methods implementing pretty-printing
   functions (same interface that used to be given in NCicPp); objects of this
   class are now used REALLY ALL OVER the matita code (well, almost...)
4) NCicPp implements a concrete version of NCic.status
   (low level pretty-printer)
5) ApplyTransformation implements a concrete version of NCic.status
   (high level pretty-printer that uses notation). It also exports the boolean
   reference to deactivate the high level pretty printer in favour of the
   low level one
6) some code simplifications here and there (in particular for tactics)
7) return type of BoxPp changed to yield informations about hyperlinks;
   the information is not used yet by the interface and it is not computed
   yet (not that easy to do...)
8) other minor stuff here and there

13 years agocoercion lookup now returns coercions ranked using the number of symbols matched...
Enrico Tassi [Tue, 11 Jan 2011 15:12:32 +0000 (15:12 +0000)]
coercion lookup now returns coercions ranked using the number of symbols matched, the more precise match first

13 years agocode simplification
Claudio Sacerdoti Coen [Mon, 10 Jan 2011 16:13:13 +0000 (16:13 +0000)]
code simplification

13 years ago...
Enrico Tassi [Fri, 7 Jan 2011 22:01:00 +0000 (22:01 +0000)]
...

13 years agoadded retrieval function with weight
Enrico Tassi [Fri, 7 Jan 2011 21:52:48 +0000 (21:52 +0000)]
added retrieval function with weight

13 years agonon uniform coercion names in sync with the TYPES talk, stil commented out...
Enrico Tassi [Fri, 7 Jan 2011 14:00:29 +0000 (14:00 +0000)]
non uniform coercion names in sync with the TYPES talk, stil commented out...

13 years ago...
Enrico Tassi [Fri, 7 Jan 2011 13:55:48 +0000 (13:55 +0000)]
...

13 years ago...
Claudio Sacerdoti Coen [Mon, 3 Jan 2011 14:17:06 +0000 (14:17 +0000)]
...

13 years ago...
Claudio Sacerdoti Coen [Mon, 3 Jan 2011 14:02:29 +0000 (14:02 +0000)]
...

13 years agoBrainstorming
Claudio Sacerdoti Coen [Mon, 3 Jan 2011 14:00:56 +0000 (14:00 +0000)]
Brainstorming

13 years agoops, we forgot to update the version indicator :)
Ferruccio Guidi [Sun, 2 Jan 2011 15:55:14 +0000 (15:55 +0000)]
ops, we forgot to update the version indicator :)

13 years ago- ld-html-root: ported to permanent lambda-delta url
Ferruccio Guidi [Sun, 2 Jan 2011 15:47:01 +0000 (15:47 +0000)]
- ld-html-root: ported to permanent lambda-delta url
- ld.dtd: we can specify a language encoding for the metalinguistic
annotation, moreover we export the metalinguistic classification
- the other files are modified in order to support this feature

13 years agoBugs and other stuff to do to complete the Matita 1/2 => Matita 1.0 transition.
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 22:10:10 +0000 (22:10 +0000)]
Bugs and other stuff to do to complete the Matita 1/2 => Matita 1.0 transition.

13 years agoInterface reduction; code clean up.
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 21:51:28 +0000 (21:51 +0000)]
Interface reduction; code clean up.

13 years agocode simplification
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 21:27:29 +0000 (21:27 +0000)]
code simplification

13 years agoCode clean up.
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 20:38:30 +0000 (20:38 +0000)]
Code clean up.

13 years agoDead code removed.
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 20:10:50 +0000 (20:10 +0000)]
Dead code removed.

13 years agoMore code clean-up.
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 17:42:07 +0000 (17:42 +0000)]
More code clean-up.

13 years agoUseless code removed; interfaces simplified; etc.
Claudio Sacerdoti Coen [Tue, 28 Dec 2010 17:21:43 +0000 (17:21 +0000)]
Useless code removed; interfaces simplified; etc.

13 years ago1. reset of statuses simplified
Claudio Sacerdoti Coen [Mon, 27 Dec 2010 21:51:13 +0000 (21:51 +0000)]
1. reset of statuses simplified
2. NCicEnvironment.invalidate_all (that used to hide a bug in invalidation)
   removed. The semantics of the MTI is now more shacky, but this needs to be
   fixed in other ways.
3. {lexicon_,grafite_,...}status renamed into status

13 years agoSome comments (new problems found).
Claudio Sacerdoti Coen [Mon, 27 Dec 2010 20:58:08 +0000 (20:58 +0000)]
Some comments (new problems found).

13 years agoReally A LOT of code to add close buttons to the tab labels :-(
Claudio Sacerdoti Coen [Thu, 23 Dec 2010 22:15:35 +0000 (22:15 +0000)]
Really A LOT of code to add close buttons to the tab labels :-(

13 years agoBug fixed (introduced in previous commit): opening multiple files requires first
Claudio Sacerdoti Coen [Thu, 23 Dec 2010 22:14:44 +0000 (22:14 +0000)]
Bug fixed (introduced in previous commit): opening multiple files requires first
the creation of the newScript to be replaced.

13 years agoImplemented standard semantics of Load in MTI: loading a file when the current
Claudio Sacerdoti Coen [Thu, 23 Dec 2010 15:13:41 +0000 (15:13 +0000)]
Implemented standard semantics of Load in MTI: loading a file when the current
one is unnamed and not modified does not open a new tab.

13 years ago1. MatitaGuiTypes.gui interface streamlined
Claudio Sacerdoti Coen [Thu, 23 Dec 2010 15:06:10 +0000 (15:06 +0000)]
1. MatitaGuiTypes.gui interface streamlined
2. added new menu item to close a script
3. restored graying of "Save" menu item when the script is unnamed

13 years agoAvoid duplicates in the list.
Andrea Asperti [Thu, 23 Dec 2010 12:13:32 +0000 (12:13 +0000)]
Avoid duplicates in the list.

13 years ago1. bug fixed: in the last commit on NCicLibrary we forgot that
Andrea Asperti [Thu, 23 Dec 2010 12:11:57 +0000 (12:11 +0000)]
1. bug fixed: in the last commit on NCicLibrary we forgot that
   get_already_included must be transitively closed; fixed and changed
   the function name
2. added a cache to assert_ng (called ~asserted) to avoid re-asserting
   the same file twice during a single include command

13 years ago1. bug in addition of universe constraints fixed: the recursive
Andrea Asperti [Thu, 23 Dec 2010 10:32:44 +0000 (10:32 +0000)]
1. bug in addition of universe constraints fixed: the recursive
   inclusion does not add constraints to the NCicLibrary.storage
2. since we no longer perform recursive cleaning,
   NCicEnvironment.invalidate_item is no longer recursive. This fixed
   definitely the bugs in undo/redo linked to "include"s

13 years agoprogress
Andrea Asperti [Thu, 23 Dec 2010 09:24:39 +0000 (09:24 +0000)]
progress

13 years agomore theory for lists
Wilmer Ricciotti [Wed, 22 Dec 2010 17:37:18 +0000 (17:37 +0000)]
more theory for lists

13 years ago...
Wilmer Ricciotti [Wed, 22 Dec 2010 16:37:30 +0000 (16:37 +0000)]
...

13 years agoUseless code removed.
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 17:01:01 +0000 (17:01 +0000)]
Useless code removed.

13 years agoDead and useless code removed.
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 16:37:25 +0000 (16:37 +0000)]
Dead and useless code removed.

13 years agoDead code removed.
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 15:54:00 +0000 (15:54 +0000)]
Dead code removed.

13 years agoWhen switching to a new script, the other parts of the interface are
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 15:14:47 +0000 (15:14 +0000)]
When switching to a new script, the other parts of the interface are
now notified.

13 years ago...
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 14:42:23 +0000 (14:42 +0000)]
...

13 years agoVERY EXPERIMENTAL:
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 14:42:08 +0000 (14:42 +0000)]
VERY EXPERIMENTAL:

first version of Matita as a Tabbed Document Interface.

The semantics of working on two tabs at the same time is not defined
(yet? ...)

13 years ago...
Claudio Sacerdoti Coen [Tue, 21 Dec 2010 01:11:15 +0000 (01:11 +0000)]
...

13 years agoCode clean-up
Claudio Sacerdoti Coen [Mon, 20 Dec 2010 17:42:37 +0000 (17:42 +0000)]
Code clean-up

13 years agoLarge commit: refactoring of the code of the interface.
Claudio Sacerdoti Coen [Mon, 20 Dec 2010 17:24:55 +0000 (17:24 +0000)]
Large commit: refactoring of the code of the interface.

1. management of font sizes centralized in MatitaMisc according to the
   MVC paradigm
2. functionalities related to the script window moved from MatitaGui to
   MatitaScript

13 years agoFirst steps towards a multi-document interface.
Claudio Sacerdoti Coen [Mon, 20 Dec 2010 13:14:15 +0000 (13:14 +0000)]
First steps towards a multi-document interface.

13 years agoClass mathViewer got rid of. The circular dependency between
Claudio Sacerdoti Coen [Sun, 19 Dec 2010 20:28:10 +0000 (20:28 +0000)]
Class mathViewer got rid of. The circular dependency between
the scripts needs to be sorted out by putting matitaScript much
later in the chain. This commit temporary introduces bad type
expressions here and there.

13 years ago1. Method screenshot moved to CicMathView where it belongs to.
Claudio Sacerdoti Coen [Sun, 19 Dec 2010 19:52:37 +0000 (19:52 +0000)]
1. Method screenshot moved to CicMathView where it belongs to.
2. the mutual dependency between MatitaScript and CicMathView/MatitaMathView
   needs to be solved differently (it used to be solved using guistuff, which
   I do not consider any longer a good solution). To be done.

With this commit, anything related to MathML vs Textual is now in
cicMathView.ml.

13 years agoUseless methods removed.
Claudio Sacerdoti Coen [Sat, 18 Dec 2010 23:37:08 +0000 (23:37 +0000)]
Useless methods removed.

13 years ago1) matitaMathView.ml splitted into cicMathView.ml + matitaMathView.ml
Claudio Sacerdoti Coen [Sat, 18 Dec 2010 23:27:37 +0000 (23:27 +0000)]
1) matitaMathView.ml splitted into cicMathView.ml + matitaMathView.ml
2) interface of matitaMathView.ml and cicMathView.ml greatly simplifed
   so to avoid any reference to the textual/MathML datatypes.
3) up to the problem of taking screenshots, the file matitaMathView.ml
   is now oblivious of the difference between text and MathML. It will
   be soon possible to switch between text and MathML simply by changing
   the implementation of cicMathView.

13 years agoBetter typing.
Claudio Sacerdoti Coen [Fri, 17 Dec 2010 23:35:27 +0000 (23:35 +0000)]
Better typing.

13 years agoNow useless type declaration removed.
Claudio Sacerdoti Coen [Fri, 17 Dec 2010 22:50:44 +0000 (22:50 +0000)]
Now useless type declaration removed.

13 years agoThis commit simplifies the interfaces of the various Widget-related .mli
Claudio Sacerdoti Coen [Fri, 17 Dec 2010 22:45:29 +0000 (22:45 +0000)]
This commit simplifies the interfaces of the various Widget-related .mli
files, so that the same inferfaces can be used both for the MathMl widget and
the textual widget.

Practically, it is now sufficient to switch between two implementations of
matitaMathView to change between MathML/textual.

13 years agoLarge commit:
Claudio Sacerdoti Coen [Thu, 16 Dec 2010 17:10:54 +0000 (17:10 +0000)]
Large commit:

1) some dead code removed
2) code of MatitaClean commented out (but still there for disambiguation and
   the like?)
3) dependencies and uris moved into dumpable_status (from other statuses
   and/or imperative code) and made functional
4) all the bugs related to recursive compilation seem to have been fixed by 3)

13 years agoNew version of the library. Several files still do not compile.
Andrea Asperti [Thu, 16 Dec 2010 11:54:35 +0000 (11:54 +0000)]
New version of the library. Several files still do not compile.

13 years agoSome bugs fixed (and some still open) in recursive compilation of files:
Andrea Asperti [Thu, 16 Dec 2010 11:51:30 +0000 (11:51 +0000)]
Some bugs fixed (and some still open) in recursive compilation of files:
 a) matitac now takes again either a list of files to be compiled or
    nothing (to compile all files in the cwd)
 b) ...

13 years agoBug fixed: a file A that includes a file B needs to be recompiled also
Andrea Asperti [Thu, 16 Dec 2010 10:13:57 +0000 (10:13 +0000)]
Bug fixed: a file A that includes a file B needs to be recompiled also
when B has been compiled after A.

13 years agoDead code removed.
Andrea Asperti [Thu, 16 Dec 2010 10:13:08 +0000 (10:13 +0000)]
Dead code removed.

13 years agoPrevious patch improved: we now use an ad-hoc wrapper for Grammar.parsable
Claudio Sacerdoti Coen [Fri, 10 Dec 2010 22:58:13 +0000 (22:58 +0000)]
Previous patch improved: we now use an ad-hoc wrapper for Grammar.parsable
in order to localize all Obj.magic --- related to use of Ulexing in Camlp5 ---
in GrafiteParser (as they used to be).

13 years agoDebugging code removed.
Claudio Sacerdoti Coen [Fri, 10 Dec 2010 22:40:42 +0000 (22:40 +0000)]
Debugging code removed.

13 years agoDead code removed.
Claudio Sacerdoti Coen [Fri, 10 Dec 2010 22:35:55 +0000 (22:35 +0000)]
Dead code removed.

13 years agoBIG BUG FIXED (???): in place of using Grammar.Entry.parse we should have
Claudio Sacerdoti Coen [Fri, 10 Dec 2010 22:30:55 +0000 (22:30 +0000)]
BIG BUG FIXED (???): in place of using Grammar.Entry.parse we should have
used from the beginning Grammar.Entry.parse_parsable in order to avoid token
loss (because of backtracking) between consecutive reads. I have fixed the issue
for statements only (since they are the one that show the problem). Should I
do the same everywhere?

13 years agoBackporting from new Matita:
Claudio Sacerdoti Coen [Fri, 10 Dec 2010 14:49:04 +0000 (14:49 +0000)]
Backporting from new Matita:

Patch to avoid double creation of metavariables changed to a simpler one
that keeps disambiguating twice the term. The old patch introduced a few
bugs that were difficult to fix.

13 years agoNotation for - (clear).
Andrea Asperti [Fri, 10 Dec 2010 12:36:23 +0000 (12:36 +0000)]
Notation for - (clear).

13 years agoBig change:
Andrea Asperti [Fri, 10 Dec 2010 12:35:26 +0000 (12:35 +0000)]
Big change:
 - new command "include alias" to include only the aliases
 - "include" now always includes the aliases and it includes everything else
   only if the file has not been already included

13 years agoNew syntax -H1 .. Hn for clear
Andrea Asperti [Fri, 10 Dec 2010 11:24:14 +0000 (11:24 +0000)]
New syntax -H1 .. Hn for clear

13 years agoPatch to avoid double creation of metavariables changed to a simpler one
Andrea Asperti [Fri, 10 Dec 2010 10:58:22 +0000 (10:58 +0000)]
Patch to avoid double creation of metavariables changed to a simpler one
that keeps disambiguating twice the term. The old patch introduced a few
bugs that were difficult to fix.

13 years agoexp and factorial
Andrea Asperti [Mon, 6 Dec 2010 10:45:07 +0000 (10:45 +0000)]
exp and factorial

13 years agosome progress
Andrea Asperti [Mon, 6 Dec 2010 10:44:38 +0000 (10:44 +0000)]
some progress

13 years agoSemantics of try changed (fixed) when applied to multiple goals that can now
Claudio Sacerdoti Coen [Fri, 3 Dec 2010 22:52:49 +0000 (22:52 +0000)]
Semantics of try changed (fixed) when applied to multiple goals that can now
fail independently.

13 years agoBack-portin from new Matita: semantics of ntry changed (fixed?) when applied
Claudio Sacerdoti Coen [Fri, 3 Dec 2010 22:50:14 +0000 (22:50 +0000)]
Back-portin from new Matita: semantics of ntry changed (fixed?) when applied
to multiple goals.

13 years agoBack-porting from new Matita: improvement to inferred type.
Claudio Sacerdoti Coen [Fri, 3 Dec 2010 21:46:11 +0000 (21:46 +0000)]
Back-porting from new Matita: improvement to inferred type.

13 years agofirst commit for Helena 0.8.2
Ferruccio Guidi [Fri, 3 Dec 2010 16:14:02 +0000 (16:14 +0000)]
first commit for Helena 0.8.2
autCrg: we removed the computation of the de Bruijn degree
output: we renamed some reductions to reflect the latest terminology
brgSubstitution: icm related bugfix

13 years agoIt is now possible to pass a ${ident x} to another previously defined
Andrea Asperti [Fri, 3 Dec 2010 13:12:29 +0000 (13:12 +0000)]
It is now possible to pass a ${ident x} to another previously defined
notation that expects an ${ident y}.

13 years ago[ porting from CerCo's Matita ]
Claudio Sacerdoti Coen [Thu, 2 Dec 2010 16:17:52 +0000 (16:17 +0000)]
[ porting from CerCo's Matita ]
1. new implementation of normalize to have a speed up in case of fully applicative terms
2. all reduction tactics used to end with instatiate that re-checked the conversion using
   unification (!!!); added a new flag ?(refine=true) to instantiate to avoid this expensive
   check when we know it is useless

13 years agoBad default for ?dorefine for instantiate
Claudio Sacerdoti Coen [Thu, 2 Dec 2010 16:16:49 +0000 (16:16 +0000)]
Bad default for ?dorefine for instantiate

13 years ago1. new implementation of normalize to have a speed up in case of fully applicative...
Claudio Sacerdoti Coen [Thu, 2 Dec 2010 16:06:38 +0000 (16:06 +0000)]
1. new implementation of normalize to have a speed up in case of fully applicative terms
2. all reduction tactics used to end with instatiate that re-checked the conversion using
   unification (!!!); added a new flag ?(refine=false) to instantiate to avoid this expensive
   check when we know it is useless

13 years agoporting to new syntax
Claudio Sacerdoti Coen [Thu, 2 Dec 2010 16:02:35 +0000 (16:02 +0000)]
porting to new syntax

13 years agoBug fixed: propagation of left expected parameters is now working correctly also
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 14:48:28 +0000 (14:48 +0000)]
Bug fixed: propagation of left expected parameters is now working correctly also
in case of \ldots.

13 years agoBug fixed: propagation of left expected parameters is now working correctly also
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 14:48:23 +0000 (14:48 +0000)]
Bug fixed: propagation of left expected parameters is now working correctly also
in case of \ldots.

13 years agoIn the case type_of constructor with expected type T, T is now put in whd to
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 13:48:18 +0000 (13:48 +0000)]
In the case type_of constructor with expected type T, T is now put in whd to
find an expected inductive type.

13 years agoIn the case type_of constructor with expected type T, T is now put in whd to
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 13:47:57 +0000 (13:47 +0000)]
In the case type_of constructor with expected type T, T is now put in whd to
find an expected inductive type.

13 years agoBack-porting from new Matita:
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 13:02:02 +0000 (13:02 +0000)]
Back-porting from new Matita:

Invariant dropped: NotationPt.NCic t can now contain metas.
We do not know if the invariant was exploited somewhere...

13 years agoBack-porting from new Matita:
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 12:56:26 +0000 (12:56 +0000)]
Back-porting from new Matita:

Propagation of left expected parameters in typeof.

13 years agoBack-porting from new Matita:
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 12:54:09 +0000 (12:54 +0000)]
Back-porting from new Matita:

- GREAT: when unifying ?1 : Type[i]  with ?2: Type[j] the unifier
  randomly tried to instantiate ?1 with ?2 even when j > i, yielding to
  an unification error later on. In turn, this created that horrible
  behaviour of rewriting that failed if you did not pass enough types
  to the lemma.
- in rewriting the argument is now automatically saturated

These two fixes together allow most of the time to write simply >f as we
did in the old system.

13 years agoBack-porting from new matita:
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 12:53:27 +0000 (12:53 +0000)]
Back-porting from new matita:

New behaviour of fo_unif: in case of  ?f args == t args'
where at least one args is flexible, it now unifies in parallel even if the
two args have different lenghts (as in the old version of Matita).

13 years agoBack-porting from new Matita:
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 12:50:18 +0000 (12:50 +0000)]
Back-porting from new Matita:

- GREAT: when unifying ?1 : Type[i]  with ?2: Type[j] the unifier
  randomly tried to instantiate ?1 with ?2 even when j > i, yielding to
  an unification error later on. In turn, this created that horrible
  behaviour of rewriting that failed if you did not pass enough types
  to the lemma.
- in rewriting the argument is now automatically saturated

These two fixes together allow most of the time to write simply >f as we
did in the old system.

13 years agoBack-porting from new Matita:
Claudio Sacerdoti Coen [Mon, 29 Nov 2010 12:49:26 +0000 (12:49 +0000)]
Back-porting from new Matita:

Bug fixed: analysing inductive type that contains implicit used to
duplicate the metas in the metasenv since the term was disambiguated
twice, in the analyze and in the tactic that uses the analyze.

13 years agoPropagation of left expected parameters in typeof.
Andrea Asperti [Mon, 29 Nov 2010 11:02:56 +0000 (11:02 +0000)]
Propagation of left expected parameters in typeof.

13 years ago- GREAT: when unifying ?1 : Type[i] with ?2: Type[j] the unifier
Andrea Asperti [Fri, 26 Nov 2010 13:18:50 +0000 (13:18 +0000)]
- GREAT: when unifying ?1 : Type[i]  with ?2: Type[j] the unifier
  randomly tried to instantiate ?1 with ?2 even when j > i, yielding to
  an unification error later on. In turn, this created that horrible
  behaviour of rewriting that failed if you did not pass enough types
  to the lemma.
- in rewriting the argument is now automatically saturated

These two fixes together allow most of the time to write simply >f as we
did in the old system.

13 years agoNew behaviour of fo_unif: in case of ?f args == t args'
Claudio Sacerdoti Coen [Thu, 25 Nov 2010 11:45:10 +0000 (11:45 +0000)]
New behaviour of fo_unif: in case of  ?f args == t args'
where at least one args is flexible, it now unifies in parallel even if the
two args have different lenghts (as in the old version of Matita).

13 years agoDebugging code commented out.
Claudio Sacerdoti Coen [Tue, 23 Nov 2010 14:06:30 +0000 (14:06 +0000)]
Debugging code commented out.

13 years agoDebugging code commented out.
Claudio Sacerdoti Coen [Mon, 22 Nov 2010 21:52:04 +0000 (21:52 +0000)]
Debugging code commented out.

13 years agoDebugging code commented out.
Claudio Sacerdoti Coen [Mon, 22 Nov 2010 21:49:57 +0000 (21:49 +0000)]
Debugging code commented out.

13 years agoSmall improvement: check now takes the context of the first focused
Andrea Asperti [Mon, 22 Nov 2010 12:54:57 +0000 (12:54 +0000)]
Small improvement: check now takes the context of the first focused
goal, if any.

13 years agoSome arithmetics.
Andrea Asperti [Mon, 22 Nov 2010 07:44:58 +0000 (07:44 +0000)]
Some arithmetics.

13 years ago- lddl html pages: the transition to xhtml 1.1 + css 2 is complete
Ferruccio Guidi [Fri, 19 Nov 2010 17:19:04 +0000 (17:19 +0000)]
- lddl html pages: the transition to xhtml 1.1 + css 2 is complete
- helena: we made a 88 x 32 label for the Web

13 years agoImplementation of proof irrelevance finished.
Andrea Asperti [Fri, 19 Nov 2010 17:13:17 +0000 (17:13 +0000)]
Implementation of proof irrelevance finished.

13 years agoDebugging disabled
Andrea Asperti [Thu, 18 Nov 2010 10:52:40 +0000 (10:52 +0000)]
Debugging disabled

13 years ago- auto now uses the equality of the new library
Andrea Asperti [Thu, 18 Nov 2010 10:45:50 +0000 (10:45 +0000)]
- auto now uses the equality of the new library

13 years ago- dead code removed
Andrea Asperti [Thu, 18 Nov 2010 10:45:20 +0000 (10:45 +0000)]
- dead code removed

13 years ago- number notation ported to new library
Andrea Asperti [Thu, 18 Nov 2010 10:44:56 +0000 (10:44 +0000)]
- number notation ported to new library
- code for number notation made less general by hard-coding the only
  notation

13 years agoNumber notation ported to new library.
Andrea Asperti [Thu, 18 Nov 2010 10:42:58 +0000 (10:42 +0000)]
Number notation ported to new library.

13 years agoInvariant dropped: NotationPt.NCic t can now contain metas.
Andrea Asperti [Thu, 18 Nov 2010 10:02:14 +0000 (10:02 +0000)]
Invariant dropped: NotationPt.NCic t can now contain metas.
We do not know if the invariant was exploited somewhere...

13 years agoBug fixed: analysing inductive type that contains implicit used to
Andrea Asperti [Thu, 18 Nov 2010 09:58:42 +0000 (09:58 +0000)]
Bug fixed: analysing inductive type that contains implicit used to
duplicate the metas in the metasenv since the term was disambiguated
twice, in the analyze and in the tactic that uses the analyze.