Created
October 19, 2016 03:35
-
-
Save jjlumagbas/783a282f6a60d0a2446a538a3d26b07d to your computer and use it in GitHub Desktop.
module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qualified Data.List as L hiding (nub) | |
numUniques :: (Eq a) => [a] -> Int | |
numUniques = length . nub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment