Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
https://adventofcode.com/2015/day/16
We're given facts about a bunch of different Sues and asked to check which one matches what we know about the one true Sue.
Documentation
matchesClues2 :: [(String, Int)] -> Bool Source #
Predicate like matchesClues1
but with special cases for
cats, trees, pomeranians, and goldfish.