merged
authorblanchet
Tue, 26 Oct 2010 16:59:19 +0200
changeset 40201 0dcd03b05da4
parent 40195 430fff4a9167 (diff)
parent 40200 870818d2b56b (current diff)
child 40202 ce996440ff2b
merged
--- a/NEWS	Tue Oct 26 16:56:54 2010 +0200
+++ b/NEWS	Tue Oct 26 16:59:19 2010 +0200
@@ -77,7 +77,7 @@
 *** HOL ***
 
 * New command 'partial_function' provides basic support for recursive
-function definitons over complete partial orders. Concrete instances
+function definitions over complete partial orders. Concrete instances
 are provided for i) the option type, ii) tail recursion on arbitrary
 types, and iii) the heap monad of Imperative_HOL. See
 HOL/ex/Fundefs.thy and HOL/Imperative_HOL/ex/Linked_Lists.thy for
--- a/src/HOL/List.thy	Tue Oct 26 16:56:54 2010 +0200
+++ b/src/HOL/List.thy	Tue Oct 26 16:59:19 2010 +0200
@@ -5,7 +5,7 @@
 header {* The datatype of finite lists *}
 
 theory List
-imports Plain Presburger Recdef Code_Numeral Quotient
+imports Plain Presburger Recdef Code_Numeral Quotient ATP
 uses ("Tools/list_code.ML")
 begin