test
authorChristian Urban <urbanc@in.tum.de>
Sat, 29 Oct 2011 12:17:06 +0100
changeset 480 ae49c5e8868e
parent 478 dfbd535cd1fd
child 481 32323727af96
test
ProgTutorial/First_Steps.thy
progtutorial.pdf
--- a/ProgTutorial/First_Steps.thy	Thu Oct 27 18:11:52 2011 +0100
+++ b/ProgTutorial/First_Steps.thy	Sat Oct 29 12:17:06 2011 +0100
@@ -662,14 +662,6 @@
   ||>> Local_Defs.add_def ((@{binding "Three"}, NoSyn), @{term "3::nat"})
 *}
 
-ML {*
-  val ((((One, One_thm), (Two, Two_thm)), (Three, Three_thm)), _)) = 
-  @{context}
-  |> Local_Defs.add_def ((@{binding "One"}, NoSyn), @{term "1::nat"})
-  ||>> Local_Defs.add_def ((@{binding "Two"}, NoSyn), @{term "2::nat"})
-  ||>> Local_Defs.add_def ((@{binding "Three"}, NoSyn), @{term "3::nat"})
-*}
-
 
 text {*
   Recall that @{ML "|>"} is the reverse function application. Recall also that
Binary file progtutorial.pdf has changed