This commit is contained in:
parent
9440812f12
commit
dcfb0d1881
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ module Make
|
||||||
struct
|
struct
|
||||||
(* WIP
|
(* WIP
|
||||||
read directories *)
|
read directories *)
|
||||||
|
(* use this syntax (?):
|
||||||
|
open Lwt.Syntax
|
||||||
|
let ( let*? ) = Lwt_result.bind
|
||||||
|
let ( let+? ) x f = Lwt_result.map f x
|
||||||
|
*)
|
||||||
module Assets = struct
|
module Assets = struct
|
||||||
module Assets_ro = Keys_ro
|
module Assets_ro = Keys_ro
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue