Skip to content

Commit

Permalink
Remove duplicated Ring arguments in ring reification infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Nov 15, 2023
1 parent b262feb commit 7a0dabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/setoid_ring/Ncring_tac.v
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Instance reify_mul (R:Type)
Defined.

#[global]
Instance reify_mul_ext (R:Type) `{Ring R}
Instance reify_mul_ext (R:Type)
lvar (z:Z) e2 t2
`{Ring (T:=R)}
{_:reify e2 lvar t2}
Expand All @@ -126,7 +126,7 @@ Instance reify_opp (R:Type)
Defined.

#[global]
Instance reify_pow (R:Type) `{Ring R}
Instance reify_pow (R:Type)
e1 lvar t1 n
`{Ring (T:=R)}
{_:reify e1 lvar t1}
Expand Down

0 comments on commit 7a0dabe

Please sign in to comment.