We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d17f5 commit 2c58ba7Copy full SHA for 2c58ba7
exercises/binary/src/Binary.hs
@@ -1,3 +1,3 @@
1
module Binary (toDecimal) where
2
3
-toDecimal = error "You need to implement this function."
+toDecimal xs = error "You need to implement this function."
0 commit comments