adventofcode-0.1.0.0: Haskell solutions to adventofcode
Safe HaskellSafe-Inferred
LanguageHaskell2010

AoC.Utils

Synopsis

Documentation

(~~) :: Int -> Int -> [Int] infixl 5 #

Messing around with a custom operator for ranges that can handle both up-to and down-to.