JJ: Description from the destination commit:
functorize secmod JJ: Description from source commit: ok secmod + logs
This commit is contained in:
parent
7f440077ed
commit
34a55dec6b
7 changed files with 183 additions and 142 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