Skip to content

Destructive Substitution / "module type of" formatting is wrong #466

@chrischen

Description

@chrischen

This syntax:

include (
            SomeModule:
               (module type of SomeModule) with type t('a) := SomeModule.t('a)
          );

Gets mangled into this "ofSomemodule" with space removed:

include (
            SomeModule:
               (module type ofSomeModule) with type t('a) := SomeModule.t('a)
          );

This works:

include (SomeModule: (module type of SomeModule));

bs-platform version 8.2.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions