summaryrefslogtreecommitdiff
path: root/plugins/subtac/subtac_cases.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/subtac/subtac_cases.mli')
-rw-r--r--plugins/subtac/subtac_cases.mli21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/subtac/subtac_cases.mli b/plugins/subtac/subtac_cases.mli
deleted file mode 100644
index 5ef42b13..00000000
--- a/plugins/subtac/subtac_cases.mli
+++ /dev/null
@@ -1,21 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-(*i*)
-open Util
-open Names
-open Term
-open Evd
-open Environ
-open Inductiveops
-open Glob_term
-open Evarutil
-(*i*)
-
-(*s Compilation of pattern-matching, subtac style. *)
-module Cases_F(C : Coercion.S) : Cases.S