* doc/tl/tl.tex: Typo in firstmatch semantics.

This commit is contained in:
Alexandre Duret-Lutz 2023-03-24 13:52:37 +01:00
parent 7a91cf78ec
commit 7a97a6080c

View file

@ -701,7 +701,7 @@ $a$ is an atomic proposition.
\VDash f\FSTAR{\mvar{i-1}..}))\\ \VDash f\FSTAR{\mvar{i-1}..}))\\
\end{cases}\\ \end{cases}\\
\sigma\VDash \FIRSTMATCH\code(f\code) & \iff \sigma\VDash \FIRSTMATCH\code(f\code) & \iff
(\sigma\VDash f)\land (\forall k<|\sigma|,\,\sigma^{0..k}\nVDash f) (\sigma\VDash f)\land (\forall k<|\sigma|,\,\sigma^{0..k-1}\nVDash f)
\end{align*}} \end{align*}}
Notes: Notes: