Increasing makes sense only for partial orderings
authorpaulson
Mon, 24 May 1999 15:46:20 +0200
changeset 6705 b2662096ccd0
parent 6704 5febcf428342
child 6706 d8067e272d4f
Increasing makes sense only for partial orderings
src/HOL/UNITY/Constrains.thy
--- a/src/HOL/UNITY/Constrains.thy	Mon May 24 15:45:54 1999 +0200
+++ b/src/HOL/UNITY/Constrains.thy	Mon May 24 15:46:20 1999 +0200
@@ -51,7 +51,7 @@
     "Always A == {F. Init F <= A} Int Stable A"
 
   (*Polymorphic in both states and the meaning of <= *)
-  Increasing :: "['a => 'b::{ord}] => 'a program set"
+  Increasing :: "['a => 'b::{order}] => 'a program set"
     "Increasing f == INT z. Stable {s. z <= f s}"
 
 end