packages feed

liquid-fixpoint-0.7.0.3: tests/crash/sort01.fq

// for LH Issue 774

constant foo : (func(0, [int; int]))

bind 0 x     : {v: Str | true}
bind 1 y     : {v: Str | true}

constraint:
  env [ 0; 1 ]
  lhs {v : int | (foo x = foo y)}
  rhs {v : int | (3 = 1 + 2) }
  id 1 tag []