Merge branch 'master' of https://dev.danilafe.com/CS-381/MiniLogo
This commit is contained in:
commit
d4303606df
|
@ -333,7 +333,7 @@ humanProblemString p = case p of
|
|||
|
||||
humanDeadEndString : DeadEnd -> String
|
||||
humanDeadEndString { row, col, problem } =
|
||||
"An parse error occured on line "
|
||||
"A parse error occured on line "
|
||||
++ String.fromInt row
|
||||
++ ": " ++ humanProblemString problem
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user