]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_content/cicNotationPt.ml
Move to OCaml 3.10. Requires debian packages from unstable (soon in testing).
[helm.git] / components / acic_content / cicNotationPt.ml
index 73eeb017dad00d781bbb61f9242b2eeb8f631186..27ec5734f1a9065aa9762feac57aa20cd31b8771 100644 (file)
@@ -32,7 +32,7 @@ type induction_kind = [ `Inductive | `CoInductive ]
 type sort_kind = [ `Prop | `Set | `Type of CicUniv.universe | `CProp ]
 type fold_kind = [ `Left | `Right ]
 
-type location = Token.flocation
+type location = Stdpp.location
 let fail floc msg =
   let (x, y) = HExtlib.loc_of_floc floc in
   failwith (Printf.sprintf "Error at characters %d - %d: %s" x y msg)