diff -r fbca0f74bcef -r b4e71bd751e4 src/ZF/ex/TF.thy --- a/src/ZF/ex/TF.thy Mon May 21 14:35:54 2001 +0200 +++ b/src/ZF/ex/TF.thy Mon May 21 14:36:24 2001 +0200 @@ -11,9 +11,9 @@ tree, forest, tree_forest :: i=>i datatype - "tree(A)" = Tcons ("a: A", "f: forest(A)") + "tree(A)" = Tcons ("a \\ A", "f \\ forest(A)") and - "forest(A)" = Fnil | Fcons ("t: tree(A)", "f: forest(A)") + "forest(A)" = Fnil | Fcons ("t \\ tree(A)", "f \\ forest(A)") consts