liquid-fixpoint-0.7.0.6: tests/pos/EqConstr1.fq
data Thing 0 = [
| mkCons { head : int }
]
bind 0 a : {v: Thing | true }
bind 1 x : {v: Thing | true }
bind 2 y : {v: a | true }
constraint:
env [0; 1; 2]
lhs {v: int | x = y }
rhs {v: Int | y = x }
id 1 tag []