]> matita.cs.unibo.it Git - helm.git/commit - helm/ocaml/library/cicRecord.ml
Generation of auxiliary lemmas for inductive types and records moved
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 30 Nov 2005 10:11:00 +0000 (10:11 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 30 Nov 2005 10:11:00 +0000 (10:11 +0000)
commit2034db684e1d295527afad07a94f2f3b6b4ed7e2
tree6510ca81980ece556c32c2c91e2e1f65df0f43af
parent0ac236dda6f80f6dc86a7f12d8c88b25e64e3251
Generation of auxiliary lemmas for inductive types and records moved
from cic_proof_checking and matita to ocaml/library.
16 files changed:
helm/matita/matitaEngine.ml
helm/matita/matitaSync.ml
helm/ocaml/cic_proof_checking/.depend
helm/ocaml/cic_proof_checking/Makefile
helm/ocaml/cic_proof_checking/cicElim.ml [deleted file]
helm/ocaml/cic_proof_checking/cicElim.mli [deleted file]
helm/ocaml/cic_proof_checking/cicRecord.ml [deleted file]
helm/ocaml/cic_proof_checking/cicRecord.mli [deleted file]
helm/ocaml/library/.depend [new file with mode: 0644]
helm/ocaml/library/Makefile
helm/ocaml/library/cicElim.ml [new file with mode: 0644]
helm/ocaml/library/cicElim.mli [new file with mode: 0644]
helm/ocaml/library/cicRecord.ml [new file with mode: 0644]
helm/ocaml/library/cicRecord.mli [new file with mode: 0644]
helm/ocaml/library/librarySync.ml
helm/ocaml/library/librarySync.mli