aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/univops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/univops.mli')
-rw-r--r--library/univops.mli15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/univops.mli b/library/univops.mli
deleted file mode 100644
index 9af568bcb..000000000
--- a/library/univops.mli
+++ /dev/null
@@ -1,15 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-open Constr
-open Univ
-
-(** Shrink a universe context to a restricted set of variables *)
-
-val universes_of_constr : constr -> LSet.t
-val restrict_universe_context : ContextSet.t -> LSet.t -> ContextSet.t