Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies prevent bap + core-lwt install #1

Open
dbrumley opened this issue Jan 5, 2018 · 0 comments
Open

dependencies prevent bap + core-lwt install #1

dbrumley opened this issue Jan 5, 2018 · 0 comments

Comments

@dbrumley
Copy link

dbrumley commented Jan 5, 2018

When trying to install core-lwt with ocaml 4.03.0:

  • core-lwt -> core_kernel < v0.9.0 -> sexplib < 113.25.00
  • bap -> core_kernel >= v0.9

When compiling with core_kernel v0.9.0 and lwt 3.1.0 installed:

File "lib/core_lwt_basic.ml", line 4, characters 19-165:
Error: Signature mismatch:
       ...
       Values do not match:
         val bind : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
       is not included in
         val bind : 'a t -> f:('a -> 'b t) -> 'b t
       File "lib/core_lwt_basic.ml", line 7, characters 8-12:
         Actual declaration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant