]> matita.cs.unibo.it Git - helm.git/commit
Changed type of ids_to_inner_sort table used in transformation.
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 31 May 2005 22:37:56 +0000 (22:37 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 31 May 2005 22:37:56 +0000 (22:37 +0000)
commitff981d975589f8d21a364e7cfe875647f7483cd9
treecb281cac33c62131c1af70df14a63281c7ed76eb
parent242e171b023f113228c55ad273797c63becf53e6
Changed type of ids_to_inner_sort table used in transformation.
It used to be (Cic.id, string) Hashtbl.t, now is (Cic.id, Cic2acic.sort_kind) Hashtbl.t where sort_kind is [ `Type | `Prop | `CProp | `Set ].
String "?", formerly used to denotes meta variable, is not mapped in sort_kind; since it was uniformly treated as "Type", `Type is now used for metas
helm/ocaml/cic_omdoc/cic2acic.ml
helm/ocaml/cic_omdoc/cic2acic.mli
helm/ocaml/cic_omdoc/cic2content.ml
helm/ocaml/cic_omdoc/cic2content.mli
helm/ocaml/cic_transformations/acic2Ast.ml
helm/ocaml/cic_transformations/acic2Ast.mli
helm/ocaml/cic_transformations/applyTransformation.mli
helm/ocaml/cic_transformations/cic2Xml.ml
helm/ocaml/cic_transformations/cic2Xml.mli
helm/ocaml/cic_transformations/content2pres.mli
helm/ocaml/cic_transformations/sequent2pres.mli