]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralClassify.mli
- doubleTypeInference: we check for unreferenced letins in the inferred type also...
[helm.git] / helm / software / components / acic_procedural / proceduralClassify.mli
index 90c2c785262819efebab53563ff1bc3dea4056b4..fed7d9db7b42996a717a85dc92d1c747f3eb25fc 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-type conclusion = (int * int) option
+type dependences = (CicInspect.S.t * bool) list
 
-val classify: Cic.context -> Cic.term -> CicInspect.S.t list * conclusion
+type conclusion = (int * int * UriManager.uri * int) option
 
-val to_string: CicInspect.S.t list * conclusion -> string
+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
+
+val to_string: CicInspect.S.t -> dependences * conclusion -> string