From 8e012f4804ecf1665819e761283120a3c0e73643 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 17 Jan 2025 20:48:43 +0100 Subject: Switched from OUnit to alcotest --- lib/sql/db.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sql/db.mli') diff --git a/lib/sql/db.mli b/lib/sql/db.mli index 478d762..91933c4 100644 --- a/lib/sql/db.mli +++ b/lib/sql/db.mli @@ -3,7 +3,7 @@ module Syntax = ImportConf.Syntax type 'a t type 'a result = ('a, exn) Result.t -val with_db : string -> ('a t -> unit result) -> unit result +val with_db : string -> ('a t -> 'b result) -> 'b result val check_table_schema : 'a t -> ImportAnalyser.Dependency.t -> bool result (** Check if a table with the same structure already exists in the database. -- cgit v1.2.3