With utop
I have the following session:
# #require "lwt";;
# open Lwt;;
# Lwt_main.run;;
Error: Unbound module Lwt_main
How should I access the Lwt_main
module ?
With utop
I have the following session:
# #require "lwt";;
# open Lwt;;
# Lwt_main.run;;
Error: Unbound module Lwt_main
How should I access the Lwt_main
module ?
This module is defined in lwt.unix
.