Include functor is supported and displays the included signature, but compared to a standard include, Odoc doesn't show the collapsible section include functor module type of ... to document the inclusion:
module Make (T : sig type t end) : sig type included end
type t
include functor module type of Make
Specified by @art-w
Include functor is supported and displays the included signature, but compared to a standard include, Odoc doesn't show the collapsible section
include functor module type of ...to document the inclusion:Specified by @art-w