Forward reference to pattern extensions
parent
2efa86e408
commit
94c0a5b38b
|
@ -381,7 +381,7 @@ is not inferred, and must be given explicitly.
|
|||
|
||||
\section{Local opens}
|
||||
\ikwd{let\@\texttt{let}}
|
||||
\ikwd{open\@\texttt{open}}
|
||||
\ikwd{open\@\texttt{open}} \label{s:local-opens}
|
||||
|
||||
(Introduced in OCaml 3.12, extended to patterns in 4.04)
|
||||
|
||||
|
|
|
@ -22,6 +22,12 @@ pattern:
|
|||
| '[|' pattern { ';' pattern } [ ';' ] '|]'
|
||||
| char-literal '..' char-literal
|
||||
\end{syntax}
|
||||
See also the following language extensions: \hyperref[s:lazypat]{lazy patterns},
|
||||
\hyperref[s:local-opens]{local opens},
|
||||
\hyperref[s-first-class-modules]{first-class modules},
|
||||
\hyperref[s:attributes]{attributes},
|
||||
\hyperref[s:extension-nodes]{extension nodes} and
|
||||
\hyperref[s:exception-match]{exception cases in pattern matching}.
|
||||
|
||||
The table below shows the relative precedences and associativity of
|
||||
operators and non-closed pattern constructions. The constructions with
|
||||
|
|
Loading…
Reference in New Issue