1 2 3 4 5 6
module Make(Http : S.Http) = struct type t = Reaction_t.t (* let delete reaction user = Http.delete_reaction *) end