Source file session_cohttp_lwt.ml

1
2
3
open Session_cohttp

module Make(B:Backend with type +'a io = 'a Lwt.t) = Make(Lwt)(B)