packages feed

liquid-fixpoint-0.7.0.3: tests/todo/adt_pair_cast.fq

DELIBERATELY BREAKING PARSE TO APPEASE CIRCLE 

data P 2 = [
   | P {pfst : @(0), psnd : @(1)}
   ]

bind 1 pig : {v : int  | true }
bind 2 dog : {v : bool | true }

constraint:
  env [1;2]
  lhs {v : int | psnd (P pig dog) }
  rhs {v:int | 12 = 4 + 8}
  id 1 tag []