We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef816d8 commit 8ae6163Copy full SHA for 8ae6163
exercises/sgf-parsing/src/Sgf.hs
@@ -5,4 +5,4 @@ import Data.Text (Text)
5
import Data.Tree (Tree)
6
7
parseSgf :: Text -> Maybe (Tree (Map Text [Text]))
8
-parseSgf = error "You need to implement this function."
+parseSgf sgf = error "You need to implement this function."
0 commit comments