diff options
| author | Pierre-Marie Pédrot | 2018-11-19 09:39:59 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-19 09:39:59 +0100 |
| commit | ecfbeaa62f9d8bd4dc4600cf39df2262af718313 (patch) | |
| tree | 4cdf321ef5bdfdb9eb88c9e6ff6e326011512255 /kernel/uGraph.mli | |
| parent | 1d577b97ce976adc4b2ab7f9b7bd1cf228087b9b (diff) | |
| parent | 1310a684c8dbcbf3c94022c8e9b6cec3bf092e3d (diff) | |
Merge PR #8451: Print Universes Subgraph
Diffstat (limited to 'kernel/uGraph.mli')
| -rw-r--r-- | kernel/uGraph.mli | 2 |
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 |
