fix: Remove duplicated word in docstring

This commit is contained in:
Erik Svedäng 2020-12-05 13:26:27 +01:00
parent 9a8c8582f2
commit 696ea1a403

View File

@ -123,7 +123,7 @@ instance Show TypeError where
++ prettyInfoFromXObj xobj
++ ".\n\nTry wrapping them in a `do`."
show (NoFormsInBody xobj) =
"There are no expressions in the body body of the form at "
"There are no expressions in the body of the form at "
++ prettyInfoFromXObj xobj
++ ".\n\nI need exactly one body form. For multiple forms, try using `do`."
show (UnificationFailed (Constraint a b aObj bObj ctx _) mappings _) =