Skip to content
Snippets Groups Projects
Commit 63282d17 authored by Hans-Jörg's avatar Hans-Jörg
Browse files

Update changelog: note that forall_inst was changed

parent 7015dbd1
No related branches found
No related tags found
1 merge request!7Update forall_inst
Pipeline #24178 passed
......@@ -16,6 +16,9 @@ Breaking changes:
\item Add the sort to all variables in contexts. Before, the context
of a bind could be \texttt{(x S) (:= y x)}. Now it must
be \texttt{(x S) (:= (y S) x)}.
\item The arguments for \proofRule{forall_inst} have been changed to
no longer take the shape of bindings using \texttt{(:= x c)}.
Instead, the list of instatiation terms must follow the variable order.
\end{itemize}
\noindent
......
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