Updated blog link in comments
authorNeil Smith <NeilNjae@users.noreply.github.com>
Sat, 22 Jul 2023 09:49:55 +0000 (10:49 +0100)
committerNeil Smith <NeilNjae@users.noreply.github.com>
Sat, 22 Jul 2023 09:49:55 +0000 (10:49 +0100)
advent16/Main.hs
advent16/MainSPar.hs
advent16/MainSubsets.hs

index 30d0843b1c2239add994e76b6bc19c60605aa8f4..d0540b463a306a672459f30c186868d899fbfd03 100644 (file)
@@ -1,4 +1,5 @@
 -- Writeup at https://work.njae.me.uk/2022/12/17/advent-of-code-2022-day-16/
+-- Follow up at https://work.njae.me.uk/2023/07/21/optimising-haskell-example-3/
 
 import Debug.Trace
 
index d3be5ec4bd96f596608d248d430124b3ba28c171..5b68b29e04256a87fdf0521d647bda6c54dc0cd3 100644 (file)
@@ -1,4 +1,5 @@
 -- Writeup at https://work.njae.me.uk/2022/12/17/advent-of-code-2022-day-16/
+-- Follow up at https://work.njae.me.uk/2023/07/21/optimising-haskell-example-3/
 
 import Debug.Trace
 
index b927188a8e95d527b35acd4a8c678254ef8e69ff..47d8627c19189f9d07998eaad67f231242669ae6 100644 (file)
@@ -1,4 +1,5 @@
 -- Writeup at https://work.njae.me.uk/2022/12/17/advent-of-code-2022-day-16/
+-- Follow up at https://work.njae.me.uk/2023/07/21/optimising-haskell-example-3/
 
 import Debug.Trace