Skip to content
2 changes: 1 addition & 1 deletion language/sygus.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ \subsection{Asserting Synthesis Constraints and Assumptions}%

This command adds $t$ to the set of assumptions.
Like constraints,
this command is well formed if $t$ is a well-sorted term of sort $\sbool$.
this command is well formed if $t$ is a well-sorted term of sort $\sbool$,
and is allowed based on the restrictions of the current logic.

\item $\paren{\constraintinvkwd\mbox{ }S\mbox{ }S_{pre}\mbox{ }S_{trans}\mbox{ }S_{post}}$
Expand Down
3 changes: 3 additions & 0 deletions tableTheory/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@


\global\long\def\paren#1{{\tt (}#1{\tt )}}

\global\long\def\abstype#1{?#1}
\global\long\def\abstypebase{?}
Loading