aboutsummaryrefslogtreecommitdiff
path: root/contrib/extraction/close_env.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/extraction/close_env.ml')
-rw-r--r--contrib/extraction/close_env.ml18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/extraction/close_env.ml b/contrib/extraction/close_env.ml
deleted file mode 100644
index ab303b0947..0000000000
--- a/contrib/extraction/close_env.ml
+++ /dev/null
@@ -1,18 +0,0 @@
-(***********************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
-(* \VV/ *************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(***********************************************************************)
-
-(*i $Id$ i*)
-
-open Names
-open Term
-
-let close gl =
- failwith "todo"
-
-let module_env m =
- failwith "todo"