fix error message
This commit is contained in:
parent
5df2a4538c
commit
f620dda639
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ parameters {auto _ : (Eq q, IsQty q, PrettyHL q)} (unicode : Bool)
|
|||
hsep ["with quantity", pretty0 unicode pi]],
|
||||
prettyError showContext err]
|
||||
|
||||
WhileComparingT ctx mode s t a err =>
|
||||
WhileComparingT ctx mode a s t err =>
|
||||
vsep [inEContext ctx $
|
||||
sep ["while checking that", terme ctx s,
|
||||
hsep ["is", prettyMode mode], terme ctx t,
|
||||
|
|
Loading…
Reference in a new issue