mv mod_intf.mli
This commit is contained in:
parent
bded77a939
commit
84c3b8bec5
5 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(* TODO better error type *)
|
||||
type 'a result = ('a, string) Result.t
|
||||
|
||||
module type S = Keys_intf.S
|
||||
module type S = Mod_intf.S
|
||||
|
||||
module Make (Conn : Pg.CONN) = struct
|
||||
open Syntax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue