]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralClassify.mli
- Procedural: we now reconstruct "let H := v in t" with "intros (1) H" when the goal...
[helm.git] / helm / software / components / acic_procedural / proceduralClassify.mli
index 6a93a1fdaaad4b4d0ac1a3b79a728135590e9aac..d4662764e850a2312116a52427fe5a2c44fd1404 100644 (file)
@@ -27,6 +27,8 @@ type dependences = (CicInspect.S.t * bool) list
 
 type conclusion = (int * int * UriManager.uri * int) option
 
+val make: 'a list -> dependences
+
 val classify: Cic.context -> Cic.term -> dependences * conclusion
 
 val adjust: Cic.context -> Cic.annterm list -> ?goal:Cic.term -> dependences -> dependences