Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwellen committed Jan 30, 2024
1 parent b05276c commit 029d781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cubical/Algebra/ZariskiLattice/StructureSheaf.agda
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ module _ {ℓ : Level} (R' : CommRing ℓ) where
(Σ≡Prop (λ _ isPropPropTrunc) (sym (·IdR 1r))))
where
useSolver : a a ≡ a · 1r · (1r · 1r)
useSolver = solve R'
useSolver _ = solve! R'
pres· (snd (coneOut /1/1Cone (pair i j i<j))) x y =
cong [_] (≡-× (cong [_] (≡-× refl
(Σ≡Prop (λ _ isPropPropTrunc) (sym (·IdR 1r)))))
Expand Down

0 comments on commit 029d781

Please sign in to comment.