Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AkermanRydbeck committed Mar 7, 2022
1 parent 7fdfb6c commit 131128e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cubical/Algebra/Polynomials.agda
Original file line number Diff line number Diff line change
Expand Up @@ -758,3 +758,9 @@ module PolyMod (R' : CommRing ℓ) where
((((a ∷ p) Poly* q) Poly* r)) ∎)
(λ x y i q r isSetPoly _ _ (x q r) (y q r) i)



----------------------------------------------------------------------------------------------
-- An instantiation of Polynomials as a commutative ring can be found in CommRing/Instances --
----------------------------------------------------------------------------------------------

0 comments on commit 131128e

Please sign in to comment.