-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
The version as of OCaml 4.14 seems useless, as far as I can tell. Here's an example from 4.13.1:
# #show_module_type Base.Comparator.S;;
module type S =
sig
type t
type comparator_witness
val comparator : (t, comparator_witness) Base.Comparator.comparator
end
And here's the same example with 4.14:
# #show_module_type Base.Comparator.S;;
module type S = Base.Comparator.S
This created regressions in Real World OCaml, which is how I noticed it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels