Skip to content

Commit 4f24bd7

Browse files
small fix
1 parent a62144a commit 4f24bd7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cubical/Algebra/OrderedCommRing/Instances/Rationals/Fast.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ isOrderedCommRing (snd ℚOrderedCommRing) = isOrderedCommRingℚ
6565
isOrderedCommRingℚ .≤-<-trans = isTrans≤<
6666
isOrderedCommRingℚ .·MonoR≤ = ≤-·o
6767
isOrderedCommRingℚ .·MonoR< = <-·o
68-
isOrderedCommRingℚ .0<1 = isRefl≤ 1
68+
isOrderedCommRingℚ .0<1 = inj (_ , refl)

Cubical/HITs/CauchyReals/Lipschitz.agda

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
-- {-# OPTIONS --safe --lossy-unification #-}
2-
-- {-# OPTIONS --verbose intSolver:20 #-}
3-
41
module Cubical.HITs.CauchyReals.Lipschitz where
52

63
open import Cubical.Foundations.Prelude

0 commit comments

Comments
 (0)