Added collection merging to syntax cheat sheet

This commit is contained in:
Denis Merigoux 2022-08-10 10:57:35 +02:00
parent 3a3c08ba7c
commit e8bc253445
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
2 changed files with 17 additions and 0 deletions

Binary file not shown.

View File

@ -1589,6 +1589,23 @@ accès_année de ...
```catala
<^ <=^ >^ >=^
```
\end{minted}
\vspace*{-1.75em}
\\
Collection merging &
\vspace*{-1.75em}
\begin{minted}{catala_en}
```catala
(collection) ++ (collection)
```
\end{minted}
\vspace*{-1.75em}
&
\vspace*{-1.75em}
\begin{minted}{catala_fr}
```catala
(collection) ++ (collection)
```
\end{minted}
\vspace*{-1.75em}
\\