From 7758727101f6f9696de9b50018ebe3b6b8818f68 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 21 Jan 2010 15:48:41 -0500 Subject: [PATCH] doc: Fix oops in description of Ord class. --- Data/Poset/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Poset/Internal.hs b/Data/Poset/Internal.hs index 64cbaf5..cf86009 100644 --- a/Data/Poset/Internal.hs +++ b/Data/Poset/Internal.hs @@ -108,7 +108,7 @@ class Poset a => Sortable a where NC -> if isOrdered a then a else if isOrdered b then b else a -- | Class for totally ordered data types. Instances should satisfy --- @isOrdered a = False@ for all @a@. +-- @isOrdered a = True@ for all @a@. class Sortable a => Ord a -- This hack allows us to leverage existing data structures defined in terms -- 2.11.4.GIT