Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
nskh committed May 22, 2024
1 parent 9546f78 commit d21b2c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haz3lcore/dynamics/Elaborator.re
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ let cast = (ctx: Ctx.t, mode: Mode.t, self_ty: Typ.t, d: DHExp.t) =>
| BinFloatOp(_)
| BinStringOp(_)
| Test(_) => DHExp.cast(d, self_ty, ana_ty)
// | Theorem(_, _, _)
};
};

Expand Down

0 comments on commit d21b2c3

Please sign in to comment.