CookBook/Solutions.thy
changeset 72 7b8c4fe235aa
parent 69 19106a9975c1
child 80 95e9c4556221
--- a/CookBook/Solutions.thy	Wed Jan 14 21:46:04 2009 +0000
+++ b/CookBook/Solutions.thy	Wed Jan 14 23:44:14 2009 +0000
@@ -41,9 +41,9 @@
   @{ML scan_all} retruns a string, instead of the pair a parser would
   normally return. For example:
 
-  @{ML_response [display] "scan_all (explode \"foo bar\")" "\"foo bar\""}
+  @{ML_response [display,gray] "scan_all (explode \"foo bar\")" "\"foo bar\""}
 
-  @{ML_response [display] "scan_all (explode \"foo (*test*) bar (*test*)\")" 
+  @{ML_response [display,gray] "scan_all (explode \"foo (*test*) bar (*test*)\")" 
                           "\"foo (**test**) bar (**test**)\""}
 
 *}