rescript-lang/rescript-lang.org

Document recursive modules

Open

#142 opened on Dec 21, 2020

 (4 comments) (0 reactions) (0 assignees)MDX (258 forks)github user discovery
help wantedmanual

Repository metrics

Stars
 (1,855 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The following syntax is undocumented:

module rec MyModule: MyModuleType = {
  ...
}

Contributor guide