summaryrefslogtreecommitdiff
path: root/parsing/q_util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/q_util.mli')
-rw-r--r--parsing/q_util.mli6
1 files changed, 5 insertions, 1 deletions
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