Skip to content

Commit 150f7b7

Browse files
committed
create module-functions page
1 parent 7c58c08 commit 150f7b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

data/sidebar_manual_latest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
],
3838
"Advanced Features": [
3939
"extensible-variant",
40-
"scoped-polymorphic-types"
40+
"scoped-polymorphic-types",
41+
"module-functions"
4142
],
4243
"JavaScript Interop": [
4344
"interop-cheatsheet",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)