diff options
| author | Emilio Jesus Gallego Arias | 2017-12-09 23:14:19 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-12-09 23:21:29 +0100 |
| commit | 611da26d847888031cac4d6976b9e7e1e90cdc0e (patch) | |
| tree | afe5585510610fc26e7fb4381b322b7cc1323c91 /kernel/reduction.ml | |
| parent | 319a3c230e9f9ec5a8a5bea9e07b6b8d17444ac9 (diff) | |
[api] Remove yet another type alias.
Diffstat (limited to 'kernel/reduction.ml')
| -rw-r--r-- | kernel/reduction.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/reduction.ml b/kernel/reduction.ml index 41d6c05eb5..b0f4a1e5f1 100644 --- a/kernel/reduction.ml +++ b/kernel/reduction.ml @@ -212,7 +212,7 @@ type 'a universe_state = 'a * 'a universe_compare type ('a,'b) generic_conversion_function = env -> 'b universe_state -> 'a -> 'a -> 'b -type 'a infer_conversion_function = env -> UGraph.t -> 'a -> 'a -> Univ.constraints +type 'a infer_conversion_function = env -> UGraph.t -> 'a -> 'a -> Univ.Constraint.t let sort_cmp_universes env pb s0 s1 (u, check) = (check.compare env pb s0 s1 u, check) |
