]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineHelpers.mli
added @raise in comment (and source)
[helm.git] / helm / ocaml / tactics / proofEngineHelpers.mli
index 859f1f4bac35096d0844f15c7718fef3577be179..4dad92917cb1b43204fefae62bdbb3ea130f6464 100644 (file)
@@ -68,7 +68,10 @@ val pattern_of:
 * subterms of the conclusion with their context. Note: in the result the list
 * of hypotheses * has an entry for each entry in the context and in the same
 * order. Of course the list of terms (with their context) associated to one
-* hypothesis may be empty. *)
+* hypothesis may be empty. 
+*
+* @raise Bad_pattern
+* *)
 val select:
  metasenv:Cic.metasenv ->
  ugraph:CicUniv.universe_graph ->