Hello.
> make PROFILE="release" cerberus-web
(debug 0): constructValue_aux: is WRONG for union ==> always assigning the first member
File "backend/web/web.ml", line 499, characters 2-35:
499 | Server.respond_string ~flush:true ~headers ~status:`OK ~body ()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: The function Server.respond_string has type
?headers:Http.Header.t ->
status:Http.Status.t ->
body:string ->
unit -> Cohttp_lwt_unix.Server.response Cohttp_lwt_unix.Server.IO.t
It is applied to too many arguments
File "backend/web/web.ml", line 499, characters 31-35:
499 | Server.respond_string ~flush:true ~headers ~status:`OK ~body ()
^^^^
This extra argument is not expected.
make: *** [Makefile:118: cerberus-web] Error 1
Hello.
I am building with:
With the following deps:
Then I run:
which results in: