Difference between module and package Ocaml
问题 I'm basically trying to follow this stackoverflow answer located in this post: What is the best module for HttpRequest in OCaml and I'm running in to problems. When I am trying to run a single file with just open Lwt ;; I am getting and error saying it is an unbound module. I have run the following opam instruction: opam install lwt and it did install the correct package . So I think the problem is the difference between a module and a package, which I don't really understand. I was looking