Fixes #1624. We just replace 0xFF by 0x00 when reading a new input byte. This shows up as an unexpected token error.
7 lines
157 B
Text
7 lines
157 B
Text
ff_byte.lean:1:0: error: unexpected token
|
|
ff_byte.lean:5:19: error: type mismatch, expression
|
|
trivial
|
|
has type
|
|
true
|
|
but is expected to have type
|
|
false
|