aboutsummaryrefslogtreecommitdiff
path: root/src/catalog.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/catalog.mli')
-rw-r--r--src/catalog.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/catalog.mli b/src/catalog.mli
index 01288ef..49de242 100644
--- a/src/catalog.mli
+++ b/src/catalog.mli
@@ -46,7 +46,7 @@ module type CATALOG = sig
'b returnType -> (* The return type *)
('a -> 'b) -> (* The function to call *)
catalog_builder -> catalog_builder
-
+
val register2:
string -> (* The function name *)
('a argument * 'b argument) ->(* The signature *)
@@ -61,7 +61,6 @@ module type CATALOG = sig
( 'a -> 'b -> 'c -> 'd) -> (* The function to call*)
catalog_builder -> catalog_builder
-
(** Compile the catalog *)
val compile: catalog_builder -> t