We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c58c08 commit 150f7b7Copy full SHA for 150f7b7
data/sidebar_manual_latest.json
@@ -37,7 +37,8 @@
37
],
38
"Advanced Features": [
39
"extensible-variant",
40
- "scoped-polymorphic-types"
+ "scoped-polymorphic-types",
41
+ "module-functions"
42
43
"JavaScript Interop": [
44
"interop-cheatsheet",
pages/docs/manual/latest/module-functions.mdx
@@ -0,0 +1,7 @@
1
+---
2
+title: "Module Functions"
3
+description: "Module Functions in ReScript"
4
+canonical: "/docs/manual/latest/module-functions"
5
6
+
7
+# Module Functions
0 commit comments