functorize secmod
This commit is contained in:
parent
7f440077ed
commit
cb33942711
6 changed files with 110 additions and 97 deletions
|
|
@ -22,5 +22,5 @@ let keys =
|
|||
let finally _key = () in
|
||||
Vif.Device.v ~name:"keys" ~finally [ Vif.Device.value db_connection ]
|
||||
@@ fun (module Conn : Pg.CONN) (_env : env) ->
|
||||
let sm : (module Keys.S) = (module Keys.Make (Conn)) in
|
||||
sm
|
||||
let keys : (module Keys.S) = (module Keys.Make (Conn)) in
|
||||
keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue