Skip to content

Commit 1f45d75

Browse files
committed
HashSetProperties: Update module header
1 parent ea6e05b commit 1f45d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HashSetProperties.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE CPP, GeneralizedNewtypeDeriving #-}
22

33
-- | Tests for the 'Data.HashSet' module. We test functions by
4-
-- comparing them to a simpler model, a list.
4+
-- comparing them to @Set@ from @containers@.
55

66
module Main (main) where
77

0 commit comments

Comments
 (0)