aboutsummaryrefslogtreecommitdiff
path: root/kernel/uGraph.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-14 13:40:00 +0100
committerGaëtan Gilbert2018-11-16 15:10:21 +0100
commit1310a684c8dbcbf3c94022c8e9b6cec3bf092e3d (patch)
treeb59c1382c249ab7609ef43123df8f9f79d871345 /kernel/uGraph.mli
parent6133c0633f4a3545de4017325d0f213fbbb5c07d (diff)
Use universe names when printing to dot.
Diffstat (limited to 'kernel/uGraph.mli')
-rw-r--r--kernel/uGraph.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/uGraph.mli b/kernel/uGraph.mli
index 4336a22b8c..a2cc5b3116 100644
--- a/kernel/uGraph.mli
+++ b/kernel/uGraph.mli
@@ -86,7 +86,7 @@ val check_subtype : AUContext.t check_function
(** {6 Dumping to a file } *)
val dump_universes :
- (constraint_type -> string -> string -> unit) -> t -> unit
+ (constraint_type -> Level.t -> Level.t -> unit) -> t -> unit
(** {6 Debugging} *)
val check_universes_invariants : t -> unit