Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Dec 17, 2024
1 parent 344f7e2 commit ad4a50c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Clean/Circuit/Circuit.lean
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ def circuit : FormalCircuit (F p) (fields (F p) 3) (field (F p)) where
rintro env ⟨ inputs, _ ⟩ ⟨ inputs_var, _ ⟩ h_inputs as
let [x, y, carry_in] := inputs
let [x_var, y_var, carry_in_var] := inputs_var
-- let [z, carry_out] := witnesses
rintro h_holds z'

-- characterize inputs
Expand Down

0 comments on commit ad4a50c

Please sign in to comment.