]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_proof_checking
added sort CProp
[helm.git] / helm / ocaml / cic_proof_checking /
2003-06-18 Claudio Sacerdoti... ...
2003-04-16 Claudio Sacerdoti... * Removed several try .... with _ -> (which make threa...
2003-02-05 Claudio Sacerdoti... Makefile.common.in and .depend backtracked to my last...
2003-02-05 Ferruccio Guidipackege dependences calculation patched
2003-02-05 Ferruccio Guidipackage dependences calulation fixed
2003-01-21 Stefano Zacchirolibugfix while printing MutInd and MutConstruct unresolve...
2002-12-03 Claudio Sacerdoti... put_inductive_definition implemented and exposed.
2002-12-03 Claudio Sacerdoti... typecheck_mutual_inductive_defs exposed.
2002-12-03 Claudio Sacerdoti... An exception was raised when a MutInd or MutConstruct...
2002-12-02 Claudio Sacerdoti... Brand new implementation based on functors taking a...
2002-11-27 Claudio Sacerdoti... lazily ==> call_by_name (since it is really a call_by_n...
2002-11-27 natileRelation patched, property added.
2002-11-15 Claudio Sacerdoti... Metasenv partially checked.
2002-11-14 Claudio Sacerdoti... Default for the reduction moved to CicReductionMachine.
2002-11-12 Stefano Zacchirolisymlink automagically cicReduction.ml if it doesn't...
2002-10-30 Claudio Sacerdoti... Better implementation of the trusting machinery: some...
2002-10-28 Claudio Sacerdoti... - cicParser interface changed
2002-10-28 Claudio Sacerdoti... - metasenv is now checked
2002-10-25 Claudio Sacerdoti... The fact that an object is trusted is now logged.
2002-10-25 Claudio Sacerdoti... cicCooking.ml* forgot in the previous commit
2002-10-25 Claudio Sacerdoti... - Porting of all the code to the new DTD format (with...
2002-10-25 no authorThis commit was manufactured by cvs2svn to create branch
2002-10-09 no authorThis commit was manufactured by cvs2svn to create branch
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...
2002-04-16 Claudio Sacerdoti... Invariant enforced: no Appl of another Appl.
2002-04-16 Andrea Asperti1. CicReduction moved into CicReductionNaif
2002-04-16 Andrea AspertiReplaced with a symbolic link to the actual implementation.
2002-04-16 Andrea Aspertitype_of_aux' exported.
2002-04-16 Andrea AspertiMeta implemented.
2002-01-29 Claudio Sacerdoti... Ported to ocaml-3.04
2001-12-13 Claudio Sacerdoti... The hash-table used in the implementation was of "type"
2001-12-13 Claudio Sacerdoti... New architecture for the environment.
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-06 Claudio Sacerdoti... Bug fixed: cooking w.r.t. a variable with a body must...
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... Debugging code removed to achieve more tail-recursivity.
2001-12-05 Claudio Sacerdoti... Just code clean-up.
2001-12-05 Claudio Sacerdoti... Discharging of variables with a body was bugged. Fixed.
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... lift 0 was just a very heavy implementation of the...
2001-12-04 Claudio Sacerdoti... decast must also perform LetIn reduction now.
2001-12-04 Claudio Sacerdoti... ppterm added
2001-12-03 Claudio Sacerdoti... * Major code cleanup.
2001-11-30 Claudio Sacerdoti... Exception management improved.
2001-11-29 Claudio Sacerdoti... A .cmo file inside a .cma is linked iff it is reference...
2001-11-29 Claudio Sacerdoti... LetIn reduction (alias zeta-reduction) is now performed...
2001-11-29 Claudio Sacerdoti... * .mli added where needed
2001-11-27 Claudio Sacerdoti... 1) .cma/.cmxa used to simplify META files.
2001-11-26 Claudio Sacerdoti... .cvsignore and .depend forgot
2001-11-26 Claudio Sacerdoti... HELM OCaml libraries with findlib support.