use qualified name as string in concrete atom example
authorBrian Huffman <brianh@cs.pdx.edu>
Thu, 08 Apr 2010 00:09:53 -0700
changeset 1784 a862a3befe37
parent 1783 ed1dc87d1e3b
child 1786 3764ed518ee5
child 1787 176690691b0b
use qualified name as string in concrete atom example
Pearl/Paper.thy
--- a/Pearl/Paper.thy	Thu Apr 08 00:01:45 2010 -0700
+++ b/Pearl/Paper.thy	Thu Apr 08 00:09:53 2010 -0700
@@ -890,10 +890,10 @@
 
   The following Isabelle/HOL command defines a concrete atom type called
   \emph{name}, which consists of atoms whose sort equals the string @{term
-  "''name''"}.
+  "''Thy.name''"}.
 
   \begin{isabelle}\ \ \ \ \ \ \ \ \ \ %%%
-  \isacommand{typedef}\ \ @{typ name} = @{term "{a. sort\<iota> a = ''name''}"}
+  \isacommand{typedef}\ \ @{typ name} = @{term "{a. sort\<iota> a = ''Thy.name''}"}
   \end{isabelle}
 
   \noindent