Eta contraction is now switched off when printing extracted program.
authorberghofe
Mon, 21 Oct 2002 17:23:23 +0200
changeset 13671 eec2582923f6
parent 13670 c71b905a852a
child 13672 b95d12325b51
Eta contraction is now switched off when printing extracted program.
src/HOL/Extraction/Warshall.thy
--- a/src/HOL/Extraction/Warshall.thy	Mon Oct 21 17:20:29 2002 +0200
+++ b/src/HOL/Extraction/Warshall.thy	Mon Oct 21 17:23:23 2002 +0200
@@ -250,7 +250,7 @@
 
 text {*
   The program extracted from the above proof looks as follows
-  @{thm [display] warshall_def [no_vars]}
+  @{thm [display, eta_contract=false] warshall_def [no_vars]}
   The corresponding correctness theorem is
   @{thm [display] warshall_correctness [no_vars]}
 *}