Skip to content
Snippets Groups Projects
Commit 0c965003 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl] Add support for "admit" in reference manual

parent 605be71f
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ in \lstinline|\\at|} ...@@ -157,6 +157,7 @@ in \lstinline|\\at|}
\begin{itemize} \begin{itemize}
\item \changeinsection{expressions}{mark logic function and predicate \item \changeinsection{expressions}{mark logic function and predicate
applications as implemented} applications as implemented}
\item \changeinsection{fn-behavior}{mark admit clauses as implemented}
\end{itemize} \end{itemize}
\subsection*{Version Titanium-22} \subsection*{Version Titanium-22}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ decreases-clause? } simple-clause* { decreases-clause? } simple-clause*
named-behavior* completeness-clause* named-behavior* completeness-clause*
\ \
clause-kind ::= "check" | { "admit" } clause-kind ::= "check" | "admit"
\ \
requires-clause ::= clause-kind? "requires" pred ";" requires-clause ::= clause-kind? "requires" pred ";"
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment