Skip to content

Commit a158c50

Browse files
authored
Create tips_tricks.md
1 parent bff5412 commit a158c50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/tips_tricks.md

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)