Skip to content

Regression in #show_module_type #11533

@yminsky

Description

@yminsky

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions