From 870075f34dd9fa5792bfbf413afd3b96f17e76a0 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 8 Aug 2008 13:18:42 +0200 Subject: Imported Upstream version 8.2~beta4+dfsg --- parsing/q_util.mli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'parsing/q_util.mli') diff --git a/parsing/q_util.mli b/parsing/q_util.mli index 901f9198..b950e68f 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 9265 2006-10-24 08:35:38Z herbelin $ i*) +(*i $Id: q_util.mli 11309 2008-08-06 10:30:35Z herbelin $ i*) val patt_of_expr : MLast.expr -> MLast.patt @@ -20,6 +20,10 @@ val mlexpr_of_triple : ('a -> MLast.expr) -> ('b -> MLast.expr) -> ('c -> MLast.expr) -> 'a * 'b * 'c -> MLast.expr +val mlexpr_of_quadruple : + ('a -> MLast.expr) -> ('b -> MLast.expr) -> + ('c -> MLast.expr) -> ('d -> MLast.expr) -> 'a * 'b * 'c * 'd -> MLast.expr + val mlexpr_of_bool : bool -> MLast.expr val mlexpr_of_int : int -> MLast.expr -- cgit v1.2.3