Skip to content

Commit b2123f9

Browse files
Update message-index/site.hs
1 parent 2712ee8 commit b2123f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message-index/site.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ instance Ord ExampleOrder where
202202
compare (InGroup i) (InGroup j) = compare i j
203203
compare (InGroup _) Last = LT
204204
compare Last (InGroup _) = GT
205-
compare Last Last = EQ
205+
compare Last Last = EQ
206206

207207
getExampleOrder :: Identifier -> Compiler ExampleOrder
208208
getExampleOrder ident = do

0 commit comments

Comments
 (0)