]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/refinementTool.ml
Move to OCaml 3.10. Requires debian packages from unstable (soon in testing).
[helm.git] / components / library / refinementTool.ml
index e9dae40d945cd62413c08a257530c568d621944f..b78246987b8f6c54ecb32608906267b11264558e 100644 (file)
@@ -30,7 +30,7 @@ type type_of_rc =
   (* these are the same functions of cic_unification/ (eventually wrapped) *)
 type kit = {
   type_of_aux':
-    ?localization_tbl:Token.flocation Cic.CicHash.t ->
+    ?localization_tbl:Stdpp.location Cic.CicHash.t ->
     Cic.metasenv -> Cic.context -> Cic.term -> CicUniv.universe_graph ->
       type_of_rc;
   pack_coercion_obj: Cic.obj -> Cic.obj;