]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml
...
[helm.git] / helm / ocaml /
2005-09-06 Claudio Sacerdoti... Refiner substituted with the type-checker in a case...
2005-09-06 Claudio Sacerdoti... ...
2005-09-06 Claudio Sacerdoti... Dead code/files removed.
2005-09-06 Stefano Zacchiroliremoved debugging prints and better sample
2005-09-06 Stefano Zacchiroliadded <include href="foo/bar/baz.xml" /> support
2005-09-06 Claudio Sacerdoti... Serious bug fixed: unsharing was not performed over...
2005-09-06 Claudio Sacerdoti... Dead code removed.
2005-09-05 Claudio Sacerdoti... Unfold tactic generalized to perform zeta-reduction.
2005-09-05 Claudio Sacerdoti... locate_in_* functions generalized to handle equalities...
2005-09-05 Claudio Sacerdoti... New change in patterns: the pattern "in H" is now inter...
2005-09-05 Claudio Sacerdoti... The refined form of a reference to a let-in bound varia...
2005-09-05 Stefano Zacchiroliuse uniform naming for referencing cicNotation* modules
2005-09-05 Stefano Zacchiroliremoved tedious debugging message
2005-09-05 Stefano Zacchiroliavoid generating multiple times the same xref/href
2005-09-05 Enrico Tassifix generation of applications of applications.
2005-09-05 Enrico Tassiadded @raise in comment (and source)
2005-09-05 Claudio Sacerdoti... New strategy for let-in unfolding (aka zeta reduction...
2005-09-05 Claudio Sacerdoti... Critical bug fixed: the get_cooked_obj was called on...
2005-09-05 Claudio Sacerdoti... Bug fixed: Invalid_argument was raised by List.combine...
2005-09-02 Claudio Sacerdoti... Unsharing finally introduced (but just for object proce...
2005-09-02 Claudio Sacerdoti... Bug fixed: sorts and implicits were not unshared correctly.
2005-09-02 Claudio Sacerdoti... Assert added to check whether an unsharing problem...
2005-09-02 Claudio Sacerdoti... Serious bug fixed previously introduced by me in the...
2005-09-02 Claudio Sacerdoti... Unused index (because of UNIQUE field count) dropped.
2005-09-01 Claudio Sacerdoti... New index refObj_occurrence on refObj. It is required...
2005-09-01 Alberto Griggiochanged default parameter values...
2005-09-01 Claudio Sacerdoti... Comment added.
2005-08-31 Alberto Griggiofixed bug in compute_equality_weight caused by wrong...
2005-08-30 Claudio Sacerdoti... Bug fixed: "cic:/dummy_i" is an invalid URI (that used...
2005-08-30 Claudio Sacerdoti... A parser for aliases implemented (required by the Whelp).
2005-08-30 Claudio Sacerdoti... CicNotationPres self-reference (misteriously accepted...
2005-08-29 Claudio Sacerdoti... WARNING: this commit changes the DB representation...
2005-08-22 Alberto Griggiosome fixes
2005-08-12 Stefano Zacchiroliimproved some comments
2005-08-05 Alberto Griggiosome bugs fixed
2005-08-01 Alberto Griggiofixed compilation warnings
2005-07-28 Claudio Sacerdoti... 1. ProofEngineHelpers.locate_in_term, ProofEngineHelper...
2005-07-28 Claudio Sacerdoti... Bug fixed: unfold used to work iff the term to unfold...
2005-07-28 Claudio Sacerdoti... arguments of ProofEngineHelpers.replace swapped.
2005-07-28 Claudio Sacerdoti... Bug fixed: locate_term_in_conjecture used to raise...
2005-07-28 Claudio Sacerdoti... New tactic unfold.
2005-07-28 Stefano Zacchiroliadded pretty printing of unicode symbols to TeX like...
2005-07-28 Stefano Zacchiroliadded attributes re-factoring item
2005-07-28 Stefano Zacchiroliadded reverse mapping from unicode to TeX like macro...
2005-07-28 Stefano Zacchiroliworkaround for an assertion failure during rendering...
2005-07-27 Stefano Zacchirolifixed cic_notation dependencies
2005-07-27 Stefano Zacchirolibetter boxes (with more line breaking hints) for object...
2005-07-27 Stefano Zacchiroli*** empty log message ***
2005-07-27 Stefano Zacchirolibugfix: added xref on ast built via pattern matching...
2005-07-27 Stefano Zacchiroliadded id_of_annterm: Cic.annterm -> Cic.id
2005-07-27 Stefano Zacchirolibugfix: no more xref on bound names
2005-07-27 Stefano Zacchiroliadded low level rendering attributes (indent, spacing...
2005-07-27 Stefano Zacchirolirendering from markup to string
2005-07-27 Stefano Zacchiroliimproved debugging pretty printing of xref
2005-07-26 Claudio Sacerdoti... locate_in_term generalized to locate_in_conjecture
2005-07-26 Claudio Sacerdoti... Comments added.
2005-07-26 Claudio Sacerdoti... Implementation of locate_in finished.
2005-07-26 Stefano Zacchirolitypo s/\\OF/\\of/
2005-07-26 Stefano Zacchirolifixed typo in helpers for generating hv and hov boxes
2005-07-26 Stefano Zacchirolidraft version of locate_in_term
2005-07-26 Claudio Sacerdoti... **** Experimental: ****
2005-07-26 Claudio Sacerdoti... Bug fixed: list_uniq o List.sort used in the lookup...
2005-07-25 Stefano Zacchiroliimplemented transformations on top of notation code
2005-07-25 Stefano Zacchirolimoved add_xml_declaration here
2005-07-25 Stefano Zacchiroli- addded unicode_of_tex
2005-07-25 Claudio Sacerdoti... ...
2005-07-22 Alberto Griggioadded optional "paramodulation" parameter to auto to...
2005-07-22 Alberto Griggio- better exception handling
2005-07-22 Andrea AspertiCicEnvironment.remove did not remove the object from...
2005-07-21 Alberto Griggioadded some typechecks to avoid using equations with...
2005-07-21 Alberto Griggiodependencies
2005-07-21 Alberto Griggioremoved .depend from .cvsignore
2005-07-21 Alberto Griggioadded some typechecks to avoid using equations with...
2005-07-21 Alberto Griggioadded CicNotation.load_notation call to disambiguate...
2005-07-21 Alberto Griggioif paramodulation fails, go on with the normal auto...
2005-07-21 Alberto Griggioremoved old broken code
2005-07-21 Alberto Griggiointegration with paramodulation
2005-07-21 Alberto Griggiomodifications/fixes for the integration with auto
2005-07-21 Alberto Griggioentry point of the stand-alone saturate
2005-07-21 Alberto Griggioadded paramodulation package
2005-07-20 Claudio Sacerdoti... Debugging code commented out.
2005-07-20 Claudio Sacerdoti... Empty Box.Text changed to Box.smallskip.
2005-07-20 Claudio Sacerdoti... Pretty printing of the disambiguation environment no...
2005-07-20 Andrea AspertiAssert false removed (although conceptually correct).
2005-07-19 Claudio Sacerdoti... Missing case (Cast) implemented.
2005-07-19 Andrea AspertifreshNamesGenerator moved into cic_proof_checking.
2005-07-19 Andrea AspertiMoved freshNameGenerator inside cic_proof_checking...
2005-07-19 Ferruccio Guidithe decompose tactic is now working
2005-07-19 Stefano Zacchirolihandled difference associativity for the same level...
2005-07-18 Stefano Zacchiroliadded generation og disambiguator META (future name...
2005-07-18 Stefano Zacchiroli- synced notation pretty printing with parsing syntax
2005-07-18 Claudio Sacerdoti... ANALYZE TABLE ==> OPTIMIZE TABLE
2005-07-18 Stefano Zacchiroli- removed old parser
2005-07-18 Stefano Zacchirolimerged cic_notation with disambiguation: good luck!
2005-07-18 Alberto Griggioadding library support (not ready yet)
2005-07-15 Andrea AspertiNew version of name checking.
2005-07-14 Stefano Zacchirolisnapshot, notably:
2005-07-14 Luca Padovani* added group box (?)
2005-07-14 Stefano Zacchirolibugfix: removed spurious section "helm_registry" from...
2005-07-13 Stefano Zacchiroliadded XmlAttrs attribute for specification of xml attri...
next