Skip to content

Commit 333974f

Browse files
committed
extinguish last comment
1 parent 343a22a commit 333974f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

guide.ind

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
\indexspace
7575

7676
\item meta-statement, \hyperpage{42}
77-
\subitem comment, \hyperpage{42}
77+
\subitem comment, \hyperpage{43}
7878
\subitem const, \code{\#const}, \hyperpage{44}
7979
\subitem external, \code{\#external}, \hyperpage{44}
8080
\subitem \gobblecomma, \hyperindexformat{\see{optimization}}{38}
@@ -133,7 +133,7 @@
133133
\indexspace
134134

135135
\item safety, \hyperpage{21}
136-
\subitem aggregate, \hyperpage{34}
136+
\subitem aggregate, \hyperpage{35}
137137
\subitem arithmetic function, \hyperpage{25}
138138
\subitem comparison predicate, \hyperpage{27}
139139
\subitem external, \code{\#external}, \hyperpage{45}

guide.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\usepackage{listings}
99
\usepackage[dvipsnames]{xcolor}
1010
\usepackage[pdfborder={0 0 0},pagebackref=true]{hyperref}
11-
\usepackage{comments}
11+
%\usepackage{comments}
1212
\usepackage{pict2e}
1313
\usepackage{tikz}
1414
\usetikzlibrary{arrows,chains,positioning,automata,decorations,shapes}

language.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,9 @@ \subsubsection{Aggregates}\label{subsec:gringo:aggregate}
976976
%
977977
\[\code{$s_1$~$\prec_1$~$\alpha$~\{~$\boldsymbol{t}_1$:$\boldsymbol{L}_1$;$\dots$;$\boldsymbol{t}_n$:$\boldsymbol{L}_n$ \}~$\prec_2$~$s_2$}\]
978978
%
979-
Here, all $\boldsymbol{t}_i$ and $\boldsymbol{L}_i$, forming \emph{aggregate elements}, are non-empty tuples of terms and literals\comment{RK: it is not correct that the both must be non-empty tuples; also it is not mentioned that the colon can be omitted if L is empty and t is non-empty}
979+
Here, all $\boldsymbol{t}_i$ and $\boldsymbol{L}_i$, forming \emph{aggregate elements}, are tuples of terms and literals
980980
(as introduced in Section~\ref{subsec:gringo:terms}), respectively.
981+
If a literal tuple is empty and the corresponding term tuple is non-empty, then the colon can be omitted.
981982
$\alpha$ is the name of some function that is to be applied to the term tuples $\boldsymbol{t}_i$
982983
that remain after evaluating the conditions expressed by $\boldsymbol{L}_i$.
983984
%

0 commit comments

Comments
 (0)