]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_proof_checking
- changes defaults of getxml (format gzipped, don't patch dtd)
[helm.git] / helm / ocaml / cic_proof_checking /
2005-05-05 Stefano Zacchiroli- ported to new CicParser interface which requires...
2005-04-29 Enrico Tassiadded more assertions on universes when loaded from...
2005-04-29 Enrico Tassiadded parsing time benchmark
2005-04-29 Stefano Zacchirolifix (ask Enrico :-)
2005-04-29 Stefano Zacchiroliuses CicUniv new assertions
2005-04-27 Stefano Zacchirolimerged changes from the svn fork by me and Enrico
2005-04-27 Stefano Zacchirolimake also in utilities on whatever target
2005-04-27 Stefano Zacchirolicvsignore
2005-04-27 Stefano Zacchiroliadded re-hash-consing of URIs embedded in universes
2005-04-23 Stefano Zacchiroliadded licence header
2005-04-23 Stefano Zacchiroliadded license statement
2005-04-23 Stefano Zacchiroliadded license header
2005-04-21 Stefano Zacchiroliutilities for creating environment dumps
2005-03-11 Stefano ZacchiroliBugfix in restore_from_channel, before this fix hashtab...
2005-02-14 Enrico TassiFixed remove operation and get_obj (that now correctly...
2005-02-10 Stefano Zacchirolirenaming "remove_term" -> "remove_obj"
2005-02-08 Stefano Zacchiroliadded a missing unchecked_to_frozen (fixes a Not_found...
2005-01-31 Enrico Tassiadded delift
2005-01-25 Enrico Tassiadded list_obj and list_uri
2005-01-24 Stefano Zacchiroli- renamed Term_not_found exception (useless) with Objec...
2005-01-21 Stefano Zacchiroliattributes support
2005-01-21 Stefano Zacchiroliadded attributes support
2005-01-21 Stefano Zacchiroli- added string_of_sort
2005-01-21 Stefano Zacchiroli- added attributes support
2005-01-18 Stefano Zacchiroliremoved spurious debugging prints
2005-01-18 Enrico Tassifixed comments
2005-01-17 Enrico Tassinew cicEnvironment implementation
2005-01-17 Stefano Zacchirolifirst (almost) working version: apparently, only genera...
2005-01-14 Stefano Zacchirolisnapshot, notably:
2005-01-13 Stefano Zacchirolisnapshot (1st commit of fix body generation)
2005-01-12 Enrico Tassifixed bug in fill_and_clean (now the helper universes_o...
2005-01-11 Stefano Zacchiroliadded clean_and_fill, to be invoked on qed
2005-01-11 Stefano Zacchirolisnapshot, not yet completed, but ...
2005-01-05 Stefano Zacchiroliexported lift_from
2005-01-05 Stefano Zacchirolisnapshot
2004-12-21 Stefano Zacchirolifirst commit (in the wrong place --by CSC) of induction...
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchirolibugfix in type_of_aux' which erroneously discard given...
2004-11-24 Stefano Zacchiroliguard get_cooked_obj calls with assert false in case...
2004-11-24 Stefano Zacchiroliuse get_obj instead of get_cooked_obj in order to retri...
2004-11-18 Stefano Zacchiroliuse stateful logger so that the ProofChecker daemon...
2004-11-18 Stefano Zacchiroliadded a stateful logger which remember indentation...
2004-11-18 Stefano Zacchiroliadded set_trust to externally set the trust function...
2004-10-29 Stefano Zacchiroli- equality test on terms before trying convertibility...
2004-10-22 Stefano Zacchiroli- ported to new getter API
2004-10-22 Andrea Asperti- ported to typed explicit substitutions
2004-10-22 Andrea Asperticleanup temp files on parser failure
2004-07-20 Andrea AspertiSubst has been added to the kernel.
2004-07-01 Stefano ZacchiroliNew handling of substitution:
2004-06-28 Andrea Aspertiremoved a useless test on explicit substitutions on...
2004-06-01 Enrico Tassinew universes implementation
2004-04-23 Enrico TassiUniverses introduction
2004-04-16 Claudio Sacerdoti... test_equality_only was not used in sort comparison.
2004-04-07 Claudio Sacerdoti... Added flag test_equality_only to are_convertible to...
2004-04-07 Claudio Sacerdoti... Added flag test_equality_only to are_convertible (to...
2004-04-05 Andrea AspertiAdded a new function in_cache to cicEnvironemt. It...
2004-03-16 Andrea AspertiSorts are no longer all convertible. To be completed...
2004-03-05 Claudio Sacerdoti... Wrong error message patched.
2004-03-02 Claudio Sacerdoti... Bug in guarded_by_destructors (case Rel to a definition...
2004-02-26 Claudio Sacerdoti... Optimization: since an invariant says that the inferred...
2004-02-24 Claudio Sacerdoti... Partial porting to V8 URIs.
2004-02-11 Stefano Zacchirolinew logger
2004-02-10 Claudio Sacerdoti... Bug fixed: checking inductive type declarations with...
2004-02-09 Claudio Sacerdoti... sort_of_prod now thinks that a "sort metavariable"...
2004-02-06 Stefano Zacchiroliadded annotations to Cic.Implicit
2004-02-05 Stefano Zacchirolidebug prints on stderr
2004-02-05 Claudio Sacerdoti... sort_of_prod relaxed to accept also Metas (when the...
2004-02-04 Claudio Sacerdoti... Rel to hidden hypotheses are now printed as _hidden_n.
2004-02-04 Claudio Sacerdoti... Functors must be applied using parentheses around the...
2004-02-03 Stefano Zacchiroliremoved SortExpectedMetaFound special exception
2004-02-02 Stefano Zacchiroli- added SortExpectedMetaFound exception (huge hack)
2004-01-27 Stefano Zacchiroliuse CicUtil.lookup_meta
2004-01-22 Stefano Zacchiroliuse "assert false" where needed
2004-01-22 Stefano Zacchirolibetter exception and error messages
2004-01-22 Stefano Zacchiroli- bugfix: print metas local context in the rigth order
2004-01-19 Stefano Zacchiroliadded a CSC's TODO comment
2003-12-17 Ferruccio GuidiMakefiles patched
2003-12-17 Claudio Sacerdoti... * Reindentation
2003-12-16 Stefano Zacchirolirenamed module "logger" to "cicLogger" to avoid confusi...
2003-12-02 Ferruccio Guidisort CProp added
2003-09-13 Stefano Zacchiroliadded support for dump/restore/clear proof checker...
2003-09-05 Claudio Sacerdoti... Defs in context may now have an optional type (when...
2003-07-20 Claudio Sacerdoti... cic_transformations factorized into cic_omdoc and cic_t...
2003-06-27 Claudio Sacerdoti... Reindentation.
2003-06-19 Claudio Sacerdoti... Merge of the V7_3_new_exportation branch.
2002-10-21 Michele GalatàComments reindented.
2002-10-09 Claudio Sacerdoti... Pretty-printing of MUTIND and MUTCONSTRUCT with crazy...
2002-06-19 Claudio Sacerdoti... *** empty log message ***
2002-06-12 Claudio Sacerdoti... Abst removed from the DTD.
2002-05-22 Claudio Sacerdoti... delift moved from cicSubstitution to cicUnification
2002-05-21 Claudio Sacerdoti... Two Meta occurrences where a parameter is accessible...
2002-05-20 Claudio Sacerdoti... cicReductionNaif.ml was left out from the commit that...
2002-05-20 Claudio Sacerdoti... New experimental commit: metavariables representation...
2002-05-08 Claudio Sacerdoti... Experimental commit: we can now have definitions in...
2002-04-26 Claudio Sacerdoti... Bug fixed in type_of_aux (Cast case).
2002-04-19 Claudio Sacerdoti... * env renamed to context everywhere in cicTypeChecker.ml
2002-04-16 Claudio Sacerdoti... Module Logger added.
2002-04-16 Claudio Sacerdoti... type_of_aux' (to get the type of a term in a given...
2002-04-16 Claudio Sacerdoti... pp exported
2002-04-16 Claudio Sacerdoti... * Bug fixed: applications of MutCase that are not iota...
next