Skip to content

Commit 7bfa291

Browse files
committed
fix formatting error
1 parent 46ce147 commit 7bfa291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflections/2024/day19.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ we never actually generate any trie structure: we basically build up only the
6464
branch we care about (driven by the lookup) and stop when we finish looking up
6565
or hit a dead end.
6666

67-
````haskell
67+
```haskell
6868
buildable :: (Semigroup a) => a -> Set String -> String -> Maybe a
6969
buildable x mp = hylo lookupAlg (fromMapCoalg mp) (M.fromSet (const x) mp)
7070

0 commit comments

Comments
 (0)