]> matita.cs.unibo.it Git - helm.git/commit
cic_transformations factorized into cic_omdoc and cic_transformations.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 20 Jul 2003 11:23:58 +0000 (11:23 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 20 Jul 2003 11:23:58 +0000 (11:23 +0000)
commit4bcd14a9ed245ccae631697a05ff5a377c02b179
tree23f203b504b9f66f6dbbea3414e3eaafd28161fe
parent43f61eedd2a1f499166de33a98af00b767dcc117
cic_transformations factorized into cic_omdoc and cic_transformations.
25 files changed:
helm/ocaml/.cvsignore
helm/ocaml/META.helm-cic_omdoc.src [new file with mode: 0644]
helm/ocaml/META.helm-cic_transformations.src
helm/ocaml/Makefile.in
helm/ocaml/cic_omdoc/.depend [new file with mode: 0644]
helm/ocaml/cic_omdoc/Makefile [new file with mode: 0644]
helm/ocaml/cic_omdoc/cic2acic.ml [new file with mode: 0644]
helm/ocaml/cic_omdoc/cic2acic.mli [new file with mode: 0644]
helm/ocaml/cic_omdoc/content.ml [new file with mode: 0644]
helm/ocaml/cic_omdoc/content.mli [new file with mode: 0644]
helm/ocaml/cic_omdoc/contentPp.ml [new file with mode: 0644]
helm/ocaml/cic_omdoc/contentPp.mli [new file with mode: 0644]
helm/ocaml/cic_omdoc/doubleTypeInference.ml [new file with mode: 0644]
helm/ocaml/cic_omdoc/doubleTypeInference.mli [new file with mode: 0644]
helm/ocaml/cic_proof_checking/Makefile
helm/ocaml/cic_transformations/.depend
helm/ocaml/cic_transformations/Makefile
helm/ocaml/cic_transformations/cic2acic.ml [deleted file]
helm/ocaml/cic_transformations/cic2acic.mli [deleted file]
helm/ocaml/cic_transformations/content.ml [deleted file]
helm/ocaml/cic_transformations/content.mli [deleted file]
helm/ocaml/cic_transformations/contentPp.ml [deleted file]
helm/ocaml/cic_transformations/contentPp.mli [deleted file]
helm/ocaml/cic_transformations/doubleTypeInference.ml [deleted file]
helm/ocaml/cic_transformations/doubleTypeInference.mli [deleted file]