We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff5412 commit a158c50Copy full SHA for a158c50
content/tips_tricks.md
@@ -0,0 +1,9 @@
1
+# Tips and Tricks
2
+
3
+## Private Module Members
4
5
+```ocaml
6
+open struct
7
+ let private_member = ...
8
+end
9
+```
0 commit comments