diff options
Diffstat (limited to 'pretyping/syntax_def.mli')
| -rw-r--r-- | pretyping/syntax_def.mli | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pretyping/syntax_def.mli b/pretyping/syntax_def.mli deleted file mode 100644 index d9537cd203..0000000000 --- a/pretyping/syntax_def.mli +++ /dev/null @@ -1,23 +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 Libnames -open Rawterm -(*i*) - -(* Syntactic definitions. *) - -val declare_syntactic_definition : identifier -> rawconstr -> unit - -val search_syntactic_definition : loc -> kernel_name -> rawconstr - - |
