You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime, certain APIs require that more than one libraries be added to the build system. Example lwt and lwt.unix. Currently the require syntax forces assignment of the import into a namespace Lwt_unix = require('lwt/unix'), even if Lwt_unix is not really used anywhere.
The text was updated successfully, but these errors were encountered:
Sometime, certain APIs require that more than one libraries be added to the build system. Example
lwt
andlwt.unix
. Currently the require syntax forces assignment of the import into a namespaceLwt_unix = require('lwt/unix')
, even ifLwt_unix
is not really used anywhere.The text was updated successfully, but these errors were encountered: