guisection.tex 509 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
\begin{circus}
\circchannel chan : \nat
\end{circus}

\begin{circus}
\circchannel chan2 : \nat \cross \nat
\end{circus}

\begin{circus}
\circprocess SingleWriting \circdef \circbegin
\end{circus}
\begin{circusaction}
\circspot chan!5 à \Skip
\end{circusaction}
\begin{circus}
\circend
\end{circus}

\begin{circus}
\circprocess SingleDotComm \circdef \circbegin
\end{circus}
\begin{circusaction}
\circspot chan.5 à \Skip
\end{circusaction}
\begin{circus}
\circend
\end{circus}