Skip to content

Commit 8ae6163

Browse files
committed
sgf-parsing: add explicit args
1 parent ef816d8 commit 8ae6163

File tree

1 file changed

+1
-1
lines changed
  • exercises/sgf-parsing/src

1 file changed

+1
-1
lines changed

exercises/sgf-parsing/src/Sgf.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import Data.Text (Text)
55
import Data.Tree (Tree)
66

77
parseSgf :: Text -> Maybe (Tree (Map Text [Text]))
8-
parseSgf = error "You need to implement this function."
8+
parseSgf sgf = error "You need to implement this function."

0 commit comments

Comments
 (0)