We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62144a commit 4f24bd7Copy full SHA for 4f24bd7
Cubical/Algebra/OrderedCommRing/Instances/Rationals/Fast.agda
@@ -65,4 +65,4 @@ isOrderedCommRing (snd ℚOrderedCommRing) = isOrderedCommRingℚ
65
isOrderedCommRingℚ .≤-<-trans = isTrans≤<
66
isOrderedCommRingℚ .·MonoR≤ = ≤-·o
67
isOrderedCommRingℚ .·MonoR< = <-·o
68
- isOrderedCommRingℚ .0<1 = isRefl≤ 1
+ isOrderedCommRingℚ .0<1 = inj (_ , refl)
Cubical/HITs/CauchyReals/Lipschitz.agda
@@ -1,6 +1,3 @@
1
--- {-# OPTIONS --safe --lossy-unification #-}
2
--- {-# OPTIONS --verbose intSolver:20 #-}
3
-
4
module Cubical.HITs.CauchyReals.Lipschitz where
5
6
open import Cubical.Foundations.Prelude
0 commit comments