We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d8f51 commit 72428feCopy full SHA for 72428fe
exercises/chapter6/test/Main.purs
@@ -207,7 +207,7 @@ Note to reader: Delete this line to expand comment block -}
207
test "Multiply Array Int append" do
208
Assert.equal (act m1 (act m2 a))
209
$ act (m1 <> m2) a
210
- test "Multiply Array Int concrete" do
+ test "Multiply Array Int acts on elements" do
211
Assert.equal (map (act m1) a)
212
$ act m1 a
213
suite "Multiply Array String" do
0 commit comments