**** LIQUID: UNSAFE ************************************************************
neg/Ast.hs:55:1: error:
Liquid Type Mismatch
.
The inferred type
VV : Ast.AstIndex
.
is not a subtype of the required type
VV : {VV : Ast.AstIndex | Ast.isTypeIndex VV}
.
Constraint id 1
|
55 | wrong = id1 astExpr
|
and you can see the leading whitespace differences.
When checking
tests/neg/AutoSize.hs
, the folllowing is output:Compare with:
and you can see the leading whitespace differences.