From c30f9273791f99474e682e054a41ba94624690fa Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Wed, 12 Jan 2022 08:34:04 +0000 Subject: [PATCH] [wp/doc] Apply suggestion in Overflow tactic --- src/plugins/wp/doc/manual/wp_plugin.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/wp/doc/manual/wp_plugin.tex b/src/plugins/wp/doc/manual/wp_plugin.tex index 5f9ccb2b571..1a60d74bc1d 100644 --- a/src/plugins/wp/doc/manual/wp_plugin.tex +++ b/src/plugins/wp/doc/manual/wp_plugin.tex @@ -519,7 +519,7 @@ tactic to select the direction of rewriting. \paragraph{Overflow} Integer Conversions \\ This tactic split machine integer conversions into three cases: value in integer range, lower than range and upper than range. The tactic applies on expression -with pattern $\mathtt{to\_iota(e)}$ where \texttt{iota} is a machine-integer +with pattern $\mathtt{to\_iota(e)}$ where \texttt{iota} is a machine-integer type name, \emph{eg.} \texttt{to\_uint32}. \[\TACTIC{\Delta\models G}{% -- GitLab