thys/Paper/Paper.thy
changeset 269 12772d537b71
parent 193 1fd7388360b6
child 362 e51c9a67a68d
--- a/thys/Paper/Paper.thy	Fri Aug 18 14:51:29 2017 +0100
+++ b/thys/Paper/Paper.thy	Fri Aug 25 15:05:20 2017 +0200
@@ -143,7 +143,7 @@
 YES/NO answer for whether a string is being matched by a regular
 expression.  Sulzmann and Lu~\cite{Sulzmann2014} extended this matcher
 to allow generation not just of a YES/NO answer but of an actual
-matching, called a [lexical] {\em value}. They give a simple algorithm
+matching, called a [lexical] {\em value}. \marginpar{explain what values are} They give a simple algorithm
 to calculate a value that appears to be the value associated with
 POSIX matching.  The challenge then is to specify that value, in an
 algorithm-independent fashion, and to show that Sulzmann and Lu's