diff options
| author | herbelin | 2002-11-13 10:23:30 +0000 |
|---|---|---|
| committer | herbelin | 2002-11-13 10:23:30 +0000 |
| commit | 5d7b3286fccc9d353b58b5074ccff20e709c097f (patch) | |
| tree | b6c2c14ccfe97deccb2773567bcf9305b2f86560 | |
| parent | 7111b4df10b4d959592c16fa48f5745676d3b61e (diff) | |
Un revenant hors sujet
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3227 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | pretyping/multcase.mli | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/pretyping/multcase.mli b/pretyping/multcase.mli deleted file mode 100644 index a71fdf0be9..0000000000 --- a/pretyping/multcase.mli +++ /dev/null @@ -1,27 +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*) - -(*i*) -open Names -open Term -open Evd -open Environ -open Rawterm -open Evarutil -(*i*) - -(* Compilation of pattern-matching. *) - -val compile_multcase : - (trad_constraint -> env -> rawconstr -> unsafe_judgment) - * 'a evar_defs -> trad_constraint -> env -> - rawconstr option * rawconstr list * - (identifier list * pattern list * rawconstr) list -> - unsafe_judgment |
