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 831d8ba commit aea9611Copy full SHA for aea9611
README.md
@@ -90,7 +90,7 @@ val dim : < x : int; y : int > Tyre.t
90
```
91
92
Names given using the syntax `(?<foo>re)` will be used for the fields
93
-of the results. `(?&y:int)` is a shortcut for `(?<x>(?&int))`.
+of the results. `(?&y:int)` is a shortcut for `(?<y>(?&int))`.
94
This can also be used for alternatives, for instance:
95
96
```ocaml
0 commit comments