X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_procedural%2FproceduralClassify.mli;h=fed7d9db7b42996a717a85dc92d1c747f3eb25fc;hb=57c7d6ef239b4c2b070721715887684adf41159c;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..fed7d9db7 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: CicInspect.S.t -> dependences * conclusion -> string