Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed Jan 30, 2019
1 parent 153081b commit ad2c0de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/NewDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3534,9 +3534,8 @@ and Face :
let frm' = Frame.run rel' frm in
DelayedLazyX.plug rel' ~rigid:false frm' bdy
| `Inconsistent ->
failwith "Fuck!!!"
(* should not happen by the invariant *)
(* r, r', DelayedLazyX.make D.dummy *)
(* should not happen by the invariant *)
r, r', DelayedLazyX.make D.dummy

let force rel ((r, r', bdy) as face) =
match Rel.compare r r' rel with
Expand Down

0 comments on commit ad2c0de

Please sign in to comment.