Forgot to commit the update test...

This commit is contained in:
Edwin Brady 2014-12-21 01:53:43 +00:00
parent f733bf0e30
commit 6c133a035a

View File

@ -10,3 +10,19 @@ 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
doubleBang mmn = do pure !!mmn
^