X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_procedural%2FproceduralClassify.mli;h=d4662764e850a2312116a52427fe5a2c44fd1404;hb=2e58d03db0222ac0d885abeaebceac07ac586761;hp=aea3c6e8164dd1af743670cfd959a6d6d29a3997;hpb=d178a0a4809c0c6693b2c00ab7359a1b414cd805;p=helm.git diff --git a/helm/software/components/acic_procedural/proceduralClassify.mli b/helm/software/components/acic_procedural/proceduralClassify.mli index aea3c6e81..d4662764e 100644 --- a/helm/software/components/acic_procedural/proceduralClassify.mli +++ b/helm/software/components/acic_procedural/proceduralClassify.mli @@ -23,10 +23,14 @@ * http://cs.unibo.it/helm/. *) -type dependence = CicInspect.S.t * bool +type dependences = (CicInspect.S.t * bool) list type conclusion = (int * int * UriManager.uri * int) option -val classify: Cic.context -> Cic.term -> dependence list * conclusion +val make: 'a list -> dependences -val to_string: dependence list * conclusion -> string +val classify: Cic.context -> Cic.term -> dependences * conclusion + +val adjust: Cic.context -> Cic.annterm list -> ?goal:Cic.term -> dependences -> dependences + +val to_string: dependences * conclusion -> string