]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_proof_checking/cicTypeChecker.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_proof_checking / cicTypeChecker.ml
2005-11-03 Claudio Sacerdoti... Semantic change: I always consider a type with no const...
2005-11-03 Claudio Sacerdoti... Semantic change: elimination of a term whose type is...
2005-11-03 Claudio Sacerdoti... 1. a simplified version of check_allowed_sort_eliminati...
2005-11-03 Claudio Sacerdoti... Major code semplification in check_allowed_sort_elimina...
2005-10-25 Enrico Tassimoved the expansion of implicits inside the refiner...
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-10-25 Claudio Sacerdoti... ~subst fixed everywhere in the type-checker:
2005-10-25 Claudio Sacerdoti... Bug fixed: the current substitution and metasenv were...
2005-10-03 Enrico Tassithe filled object is inserted in the env after a succes...
2005-09-23 Claudio Sacerdoti... Profiling code removed.
2005-09-23 Enrico Tassiadded universes list handling
2005-09-21 Enrico Tassiclean_and_fill optimization
2005-09-21 Claudio Sacerdoti... More debug_print made lazy.
2005-09-05 Claudio Sacerdoti... Bug fixed: Invalid_argument was raised by List.combine...
2005-09-02 Claudio Sacerdoti... Serious bug fixed previously introduced by me in the...
2005-07-11 Claudio Sacerdoti... Bug fixed in check_sort_elimination in the case (not...
2005-06-15 Claudio Sacerdoti... Big commit and major code clean-up:
2005-06-10 Claudio Sacerdoti... * (Head) beta reduction functions factorized
2005-06-07 Enrico Tassiadded whd to match argument in guarded_by_destructors;
2005-05-31 Andrea Aspertimore verbose case failure message
2005-05-27 Enrico Tassiremoved debug prerr_endline
2005-04-27 Stefano Zacchirolimerged changes from the svn fork by me and Enrico
2005-01-21 Stefano Zacchiroliattributes support
2005-01-17 Enrico Tassinew cicEnvironment implementation
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-18 Stefano Zacchiroliuse stateful logger so that the ProofChecker daemon...
2004-10-22 Andrea Asperti- ported to typed explicit substitutions
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-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-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 Claudio Sacerdoti... sort_of_prod relaxed to accept also Metas (when 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 Zacchirolibetter exception and error messages
2003-12-16 Stefano Zacchirolirenamed module "logger" to "cicLogger" to avoid confusi...
2003-12-02 Ferruccio Guidisort CProp added
2003-09-05 Claudio Sacerdoti... Defs in context may now have an optional type (when...
2003-06-19 Claudio Sacerdoti... Merge of the V7_3_new_exportation branch.
2002-06-19 Claudio Sacerdoti... *** empty log message ***
2002-06-12 Claudio Sacerdoti... Abst removed from the DTD.
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 Andrea AspertiMeta implemented.
2001-12-12 Claudio Sacerdoti... Fixing of guarded_by_constructors completed.
2001-12-11 Claudio Sacerdoti... PARTIAL COMMIT:
2001-12-10 Claudio Sacerdoti... Bug fixed: the strictly_positive condition was unnecess...
2001-12-07 Claudio Sacerdoti... The typing rule for LetIn was simply wrong. Fixed.
2001-12-07 Claudio Sacerdoti... Bug partially fixed: the branch of a case of type Prod...
2001-12-05 Claudio Sacerdoti... Very stupid bug fixed: in is_small, I created an enviro...
2001-12-05 Claudio Sacerdoti... The definition of small inductive types has been relaxe...
2001-12-05 Claudio Sacerdoti... Just code clean-up.
2001-12-04 Claudio Sacerdoti... * Code improvement: there were two different functions...
2001-12-04 Claudio Sacerdoti... does_not_occur now handles LetIn correctly (i.e. raisin...
2001-12-04 Claudio Sacerdoti... Error reporting improved.
2001-12-04 Claudio Sacerdoti... is_small did not use the environment. Hence the List...
2001-12-04 Claudio Sacerdoti... decast must also perform LetIn reduction now.
2001-12-03 Claudio Sacerdoti... * Major code cleanup.
2001-11-30 Claudio Sacerdoti... Exception management improved.
2001-11-26 Claudio Sacerdoti... HELM OCaml libraries with findlib support.