gasche / manual-ocamlbuild

A new reference manual for the ocamlbuild tool
Other
67 stars 15 forks source link

Syntax for union patterns: {..} or \{..\}? #15

Closed lindig closed 9 years ago

lindig commented 9 years ago

The manual presents union patterns (with curly braces) as requiring an escape slash:

<td><code>{ p1, p2, ... }</code> (union)</td>
<td><code>toto.\{ml,mli\}</code></td>

Is this correct?

gasche commented 9 years ago

No, it was a typo. Thanks for the report!