diff options
author | Samuel Mimram <smimram@debian.org> | 2006-11-21 21:38:49 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-11-21 21:38:49 +0000 |
commit | 208a0f7bfa5249f9795e6e225f309cbe715c0fad (patch) | |
tree | 591e9e512063e34099782e2518573f15ffeac003 /parsing/q_util.mli | |
parent | de0085539583f59dc7c4bf4e272e18711d565466 (diff) |
Imported Upstream version 8.1~gammaupstream/8.1.gamma
Diffstat (limited to 'parsing/q_util.mli')
-rw-r--r-- | parsing/q_util.mli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/parsing/q_util.mli b/parsing/q_util.mli index d31b217c..901f9198 100644 --- a/parsing/q_util.mli +++ b/parsing/q_util.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: q_util.mli 7732 2005-12-26 13:51:24Z herbelin $ i*) +(*i $Id: q_util.mli 9265 2006-10-24 08:35:38Z herbelin $ i*) val patt_of_expr : MLast.expr -> MLast.patt @@ -28,4 +28,5 @@ val mlexpr_of_string : string -> MLast.expr val mlexpr_of_option : ('a -> MLast.expr) -> 'a option -> MLast.expr -val interp_entry_name : Util.loc -> string -> Pcoq.entry_type * MLast.expr +val interp_entry_name : Util.loc -> string -> string -> + Pcoq.entry_type * MLast.expr |