From 4387327f4c2ce91ecefa7fc45c7b5412aad67d07 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 30 Jan 2017 15:56:45 +1100 Subject: Fixed off-by-2 bug with constructing SenateCounter object --- src/Election.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Election.hs') diff --git a/src/Election.hs b/src/Election.hs index 582b29e..ff9706b 100644 --- a/src/Election.hs +++ b/src/Election.hs @@ -300,7 +300,6 @@ doVoteTransfer e = do --- needs to properly mark the order that the last candidates were elected -- needs to be modified to take into account ties checkNoQuota :: Election -> ET.EitherT Election IO Election checkNoQuota e = do -- cgit