diff options
| author | letouzey | 2012-05-29 11:08:50 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-29 11:08:50 +0000 |
| commit | 392300a73bc4e57d2be865d9a8d77c608ef02f59 (patch) | |
| tree | 44b4f39e7f92f29f4626d4aa8265fe68eb129111 /interp/syntax_def.mli | |
| parent | a936f2e879ac1f9b2e7e9d8a5376469e3d53c606 (diff) | |
New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15375 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/syntax_def.mli')
| -rw-r--r-- | interp/syntax_def.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli index 9e15ab970e..f0a45389a9 100644 --- a/interp/syntax_def.mli +++ b/interp/syntax_def.mli @@ -9,14 +9,14 @@ open Errors open Util open Names -open Topconstr +open Notation_term open Glob_term open Nametab open Libnames (** Syntactic definitions. *) -type syndef_interpretation = (identifier * subscopes) list * aconstr +type syndef_interpretation = (identifier * subscopes) list * notation_constr val declare_syntactic_definition : bool -> identifier -> bool -> syndef_interpretation -> unit |
