From 986bcb796d8b9e1f485baa8da599aa816c56b587 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 7 Jan 2025 22:40:19 +0100 Subject: Explicitly list all the availables functions --- lib/expression/t.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/expression/t.mli') diff --git a/lib/expression/t.mli b/lib/expression/t.mli index 4b13ac6..49ef3e7 100644 --- a/lib/expression/t.mli +++ b/lib/expression/t.mli @@ -53,4 +53,6 @@ val name_of_window : 'a window -> string val map_window : f:('a -> 'b) -> 'a window -> 'b window val window_of_name : string -> 'a option -> 'a window val name_of_function : funct -> string + val function_of_name : 'a t list -> string -> 'a t +(** Create a function with the given name *) -- cgit v1.2.3