aoc2017-0.1.0.0: Advent of Code 2017 - my answers

Safe HaskellSafe
LanguageHaskell2010

Day4

Description

 

Synopsis

Documentation

allUnique :: Eq a => [a] -> Bool Source #

The allUnique function returns whether the list has no duplicates.