Play with syntax
This commit is contained in:
@@ -25,4 +25,4 @@ parse = do done <- isEOF
|
||||
else do line <- getLine
|
||||
let card = parseCard line
|
||||
otherCards <- parse
|
||||
return (card: otherCards)
|
||||
return $ card: otherCards
|
||||
|
||||
Reference in New Issue
Block a user