# HG changeset patch # User wenzelm # Date 1413834483 -7200 # Node ID cee57ab1f76f367dcc726a4774a9919a45d71f45 # Parent 9402a7f15ed55b7c6e44bedc0dcc18b03852ec05 more accurate approximation of AST; diff -r 9402a7f15ed5 -r cee57ab1f76f src/Doc/Isar_Ref/Inner_Syntax.thy --- a/src/Doc/Isar_Ref/Inner_Syntax.thy Mon Oct 20 21:44:33 2014 +0200 +++ b/src/Doc/Isar_Ref/Inner_Syntax.thy Mon Oct 20 21:48:03 2014 +0200 @@ -1588,7 +1588,7 @@ @{text "('a, 'b)ty"} & @{verbatim "(ty 'a 'b)"} \\ @{text "\x y z. t"} & @{verbatim \("_abs" x ("_abs" y ("_abs" z t)))\} \\ @{text "\x :: 'a. t"} & @{verbatim \("_abs" ("_constrain" x 'a) t)\} \\ - @{text "\P; Q; R\ \ S"} & @{verbatim \("==>" P ("==>" Q ("==>" R S)))\} \\ + @{text "\P; Q; R\ \ S"} & @{verbatim \("Pure.imp" P ("Pure.imp" Q ("Pure.imp" R S)))\} \\ @{text "['a, 'b, 'c] \ 'd"} & @{verbatim \("fun" 'a ("fun" 'b ("fun" 'c 'd)))\} \\ \end{tabular} \end{center}