graph does not contain any universe for one object that does contain a
user-provided universe. In turns, this make check.ml fail (since no constraint
is defined between Type0, which occurs in the object, and Type1).
++++++++++++++++
+file bug_universi.ma: sbaglia a fare il ranking!
+
[CoRN: calcolo grafi da caricare troppo lento]
[Coq: calcolo grafi da caricare troppo lento]
[Sophia-Antipolis: calcolo grafi da caricare troppo lento]
--- /dev/null
+(**************************************************************************)
+(* ___ *)
+(* ||M|| *)
+(* ||A|| A project by Andrea Asperti *)
+(* ||T|| *)
+(* ||I|| Developers: *)
+(* ||T|| The HELM team. *)
+(* ||A|| http://helm.cs.unibo.it *)
+(* \ / *)
+(* \ / This file is distributed under the terms of the *)
+(* v GNU General Public License Version 2 *)
+(* *)
+(**************************************************************************)
+
+definition Type3 := Type.
+definition Type2 : Type3 := Type.
+definition Type1 : Type2 := Type.
+
+inductive t: Type2 ≝
+ k: Type3 -> t.
+