]> matita.cs.unibo.it Git - helm.git/commit
- Porting of all the code to the new DTD format (with, among others, explicit
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 25 Oct 2002 15:14:18 +0000 (15:14 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 25 Oct 2002 15:14:18 +0000 (15:14 +0000)
commit08a2b1a3f1a1e9af07850089f0e0838eb052223d
treee1b9798cb812d2ca64aeac67bc0bc9903a789e5c
parent86122a3ce11bdf45ecb93f8f7efaffa49bd31fa2
- Porting of all the code to the new DTD format (with, among others, explicit
  named substitutions)
- Porting to the new version of Pxp
- Porting of the cicReductionMachine code (that was abandoned for a while)
- Removal of all the cooking machinery
- Removal of the optimization (memoization) of the computation of recursive
  arguments of constructors. Required to implement the next point. The actual
  performance loss is minimal.
- First prototype of an environment with trusting abilities.

Notes: unification is still untested and probably wrong w.r.t. explicit
 name substitutions.
43 files changed:
helm/ocaml/cic/cic.ml
helm/ocaml/cic/cicParser.ml
helm/ocaml/cic/cicParser.mli
helm/ocaml/cic/cicParser2.ml
helm/ocaml/cic/cicParser2.mli
helm/ocaml/cic/cicParser3.ml
helm/ocaml/cic/cicParser3.mli
helm/ocaml/cic/deannotate.ml
helm/ocaml/cic/deannotate.mli
helm/ocaml/cic_annotations/cicAnnotation2Xml.ml
helm/ocaml/cic_annotations/cicAnnotationParser.ml
helm/ocaml/cic_annotations/cicXPath.ml
helm/ocaml/cic_annotations_cache/cicCache.ml
helm/ocaml/cic_cache/cicCache.ml
helm/ocaml/cic_proof_checking/.depend
helm/ocaml/cic_proof_checking/Makefile
helm/ocaml/cic_proof_checking/cicEnvironment.ml
helm/ocaml/cic_proof_checking/cicEnvironment.mli
helm/ocaml/cic_proof_checking/cicMiniReduction.ml
helm/ocaml/cic_proof_checking/cicPp.ml
helm/ocaml/cic_proof_checking/cicReduction.mli
helm/ocaml/cic_proof_checking/cicReductionMachine.ml
helm/ocaml/cic_proof_checking/cicReductionMachine.mli
helm/ocaml/cic_proof_checking/cicReductionNaif.ml
helm/ocaml/cic_proof_checking/cicReductionNaif.mli
helm/ocaml/cic_proof_checking/cicSubstitution.ml
helm/ocaml/cic_proof_checking/cicSubstitution.mli
helm/ocaml/cic_proof_checking/cicTypeChecker.ml
helm/ocaml/cic_textual_parser/cicTextualParser.mly
helm/ocaml/cic_unification/cicUnification.ml
helm/ocaml/cic_unification/cicUnification.mli
helm/ocaml/getter/getter.ml
helm/ocaml/getter/getter.mli
helm/ocaml/pxp/.depend
helm/ocaml/pxp/Makefile
helm/ocaml/pxp/csc_pxp_reader.ml [deleted file]
helm/ocaml/pxp/csc_pxp_reader.mli [deleted file]
helm/ocaml/pxp/pxpUriResolver.ml [deleted file]
helm/ocaml/pxp/pxpUriResolver.mli [deleted file]
helm/ocaml/pxp/pxpUrlResolver.ml [new file with mode: 0644]
helm/ocaml/pxp/pxpUrlResolver.mli [new file with mode: 0644]
helm/ocaml/urimanager/uriManager.ml
helm/ocaml/urimanager/uriManager.mli