Hi Michael,
Hmm, apologies for that unfortunate error. You can fix it by:
1. Adding `{-@ LIQUID "--exact-data-con" @-}`
[Note to self: LH *should* add the above as
a suggestion if there is a missing `is$ctor`
error...]
2. Don't use the `autosize`, as its
(a) it _may_ be getting deprecated and
(b) you've already written the measure `incLen`
So you can use it as the default by writing
{-@ data IncList [incLen] @-}
instead.
(I am puzzled that LH ACCEPTS `incLast` as a
`measure` as opposed to e.g. a `reflect` but
we can look into that separately...)
Hope this helps!
- Ranjit.