[sledge] Revise excision of segments to witness existential size

Reviewed By: jvillard

Differential Revision: D14075517

fbshipit-source-id: a3d2e7fcf
master
Josh Berdine 6 years ago committed by Facebook Github Bot
parent 23f2d3a08e
commit 270b6003de

@ -504,7 +504,7 @@ let excise_seg ({sub} as goal) msg ssg =
(* k-l = 0 so k = l *) (* k-l = 0 so k = l *)
| 0 -> ( | 0 -> (
match Congruence.difference sub.cong o n with match Congruence.difference sub.cong o n with
| None -> Some (excise_seg_same goal msg ssg) | None -> Some {goal with sub= Sh.and_ (Exp.eq o n) goal.sub}
| Some o_n -> ( | Some o_n -> (
match[@warning "-p"] Z.sign o_n with match[@warning "-p"] Z.sign o_n with
(* o-n < 0 [k; o) (* o-n < 0 [k; o)

Loading…
Cancel
Save