]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.ml
Unuseful id removed from hypothesis.
[helm.git] / helm / ocaml / cic_omdoc / content.ml
index c3c2295ca3703370079e6145042eafafdec80484..6679cfabb466e35758710a6edeba0f542e9448fa 100644 (file)
@@ -148,7 +148,6 @@ type 'term conjecture = id * int * 'term context * 'term
 and 'term context = 'term hypothesis list
 
 and 'term hypothesis =
- id *
  ['term decl_context_element | ('term,'term proof) def_context_element ] option
 ;;