The "Binary Diagnostic" problem is about parsing and analyzing sequences and tables of bits.
The following post helped me implement the equals operator for my Bit data type:
./day03.hs
: My solution for part one of this puzzle./input.txt
: My personal puzzle input for this challenge./README.md
: documentation for this solution :)