We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ce147 commit 7bfa291Copy full SHA for 7bfa291
reflections/2024/day19.md
@@ -64,7 +64,7 @@ we never actually generate any trie structure: we basically build up only the
64
branch we care about (driven by the lookup) and stop when we finish looking up
65
or hit a dead end.
66
67
-````haskell
+```haskell
68
buildable :: (Semigroup a) => a -> Set String -> String -> Maybe a
69
buildable x mp = hylo lookupAlg (fromMapCoalg mp) (M.fromSet (const x) mp)
70
0 commit comments