We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55360ef commit e91c4e1Copy full SHA for e91c4e1
docs/agda-spec/src/Interface/HasOrder/Instance.agda
@@ -26,10 +26,6 @@ instance
26
27
open import Data.Rational using (ℚ)
28
import Data.Rational.Properties as Rat hiding (_≟_)
29
-
30
- ℚ-Dec-≤ = ⁇² Rat._≤?_
31
- ℚ-Dec-< = ⁇² Rat._<?_
32
33
ℚ-hasPreorder = hasPreorderFromNonStrict Rat.≤-isPreorder _≟_
34
ℚ-hasPartialOrder = HasPartialOrder ∋ record { ≤-antisym = Rat.≤-antisym }
35
ℚ-hasDecPartialOrder = HasDecPartialOrder {A = ℚ} ∋ record {}
docs/agda-spec/src/Tactic/ByEq.agda
0 commit comments