The first three lines of .mli and .ml files in Lwt currently look like this (example):
(* Lightweight thread library for OCaml
* http://www.ocsigen.org/lwt
* (Module|Interface) Lwt
we want them to look like this (example):
(* OCaml promise library
* http://www.ocsigen.org/lwt
.mli files, since people read those – though most people probably don't care about the file headers.The header for src/core/lwt.ml is already being changed in #354, but the rest need to be done.
I'll work on this issue.
Done in #376. Thanks @jsthomas!
Most helpful comment
I'll work on this issue.