codoc icon indicating copy to clipboard operation
codoc copied to clipboard

Functor arguments and with constraints

Open Drup opened this issue 10 years ago • 1 comments
trafficstars

In with constraint inside functor applications, linking is a bit messy. This problems can be seen quite well in tyxml (last version) in the modules Svg_f and Html_f (also Svg_sigs.Make and the like).

For example in

module Foo (Bar: BAR) (Baz: BAZ with t = Bar.t) = ...

t links to BAZ.t and Bar.t tries to link to the functor argument but should probably link to BAR.t.

Drup avatar Jan 16 '15 18:01 Drup

I believe this will be addressed by lpw25/doc-ock-lib#2.

dsheets avatar Jan 16 '15 18:01 dsheets