We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fbb28 commit a6fde64Copy full SHA for a6fde64
src/content/2.3/code/haskell/snippet03.hs
@@ -1,2 +1,2 @@
1
2 * 3 = 6
2
-[2] ++ [3] = [2, 3] // not the same as [6]
+[2] ++ [3] = [2, 3] -- not the same as [6]
0 commit comments