Skip to content

References to variant cases: do not splice the type name in.  #372

Open
@dbuenzli

Description

@dbuenzli

If I have :

module Bla : sig
  type ha = AlphaBeta
end

Use {!Bla.Alpha} to say alpha.

The latter line gets rendered as:

Use Bla.ha.Alpha to say alpha.

This should simply be Bla.Alpha, I don't think odoc should invent OCaml syntax that doesn't exist.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions