Skip to content

Commit

Permalink
Forward references to constant extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Feb 5, 2017
1 parent b0a4467 commit 2efa86e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions manual/manual/refman/const.etex
Expand Up @@ -22,6 +22,10 @@ constant:
| "[|""|]"
| "`"tag-name
\end{syntax}
See also the following language extensions:
\hyperref[s:ext-integer]{integer literals for types \texttt{int32}, \texttt{int64}
and \texttt{nativeint}}, \hyperref[s:quoted-strings]{quoted strings}
and \hyperref[s:extension-literals]{extension literals}.

The syntactic class of constants comprises literals from the four
base types (integers, floating-point numbers, characters, character
Expand Down
4 changes: 2 additions & 2 deletions manual/manual/refman/exten.etex
Expand Up @@ -7,7 +7,7 @@ that are implemented in OCaml, but not described in the
OCaml reference manual.

\section{Integer literals for types \texttt{int32}, \texttt{int64}
and \texttt{nativeint}}
and \texttt{nativeint}} \label{s:ext-integer}

(Introduced in Objective Caml 3.07)

Expand Down Expand Up @@ -2108,7 +2108,7 @@ infix-symbol:
Operator names starting with a "#" character and containing more than
one "#" character are reserved for extensions.

\subsection{Extension literals}
\subsection{Extension literals} \label{s:extension-literals}
(Introduced in OCaml 4.03)
\begin{syntax}
float-literal:
Expand Down

0 comments on commit 2efa86e

Please sign in to comment.