Skip to content

Tyxml.Html module does not follow Html_sigs.T #315

@Chimrod

Description

@Chimrod

Hello,

I’m not sure of this issue, but when working with the functorial interface I had some error with this code:

module Make (HTML : Html_sigs.T) = struct end
module M = Make (Tyxml.Html)

which give an error in the compilation:

The module `Svg' is required but not provided

Is this intended ? It seems to come from the signature in the functorial interface which use destructive substitution (but I’m not sure how to undestand it in the case of modules):

and module Svg := Svg

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