We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88b99a commit 09a4627Copy full SHA for 09a4627
1 file changed
README.md
@@ -54,7 +54,7 @@ val it : char [] =
54
[|'f'; 'e'; 'd'; 'c'; 'b'; 'a'; 'j'; 'i'; 'h'; 'g'; 'l'; 'k'|]
55
```
56
57
-### Interoperability with C#
+## Interoperability with C#
58
59
`generate` and `traverse` functions are designed to be easily used from C#.
60
Note that, unlike in F#, you must explicitly specify the `Direction` and `InitialPosition` enum types as shown in the example below:
0 commit comments