mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
Fixed test error due to improved error message (the test had expected the old
message)
This commit is contained in:
parent
dcbab5e67b
commit
ef906d30a0
@ -10,19 +10,8 @@ When elaborating an application of function Prelude.Monad.>>=:
|
||||
List
|
||||
with
|
||||
\{uv0} => argTy -> uv
|
||||
./baddoublebang.idr:6:26: error: not
|
||||
a terminator, expected: "$",
|
||||
"$>", "&&", "*", "+", "++", "-",
|
||||
"->", ".", "/", "/=", "::", ";",
|
||||
"<", "<#>", "<$", "<$>", "<*>",
|
||||
"<+>", "<->", "<<", "<=", "<|>",
|
||||
"=", "==", ">", ">=", ">>",
|
||||
">>=", "\\\\", "`", "in", "||",
|
||||
"~=~",
|
||||
ambiguous use of a left-associative operator,
|
||||
ambiguous use of a non-associative operator,
|
||||
ambiguous use of a right-associative operator,
|
||||
end of input, function argument,
|
||||
matching application expression
|
||||
./baddoublebang.idr:6:28: error: unexpected
|
||||
Operator without known fixity:
|
||||
!!, expected: space
|
||||
doubleBang mmn = do pure !!mmn
|
||||
^
|
||||
^
|
||||
|
Loading…
Reference in New Issue
Block a user