File tree Expand file tree Collapse file tree 4 files changed +9
-69
lines changed Expand file tree Collapse file tree 4 files changed +9
-69
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ instance
2626
2727 open import Data.Rational using (ℚ)
2828 import Data.Rational.Properties as Rat hiding (_≟_)
29-
30- ℚ-Dec-≤ = ⁇² Rat._≤?_
31- ℚ-Dec-< = ⁇² Rat._<?_
32-
3329 ℚ-hasPreorder = hasPreorderFromNonStrict Rat.≤-isPreorder _≟_
3430 ℚ-hasPartialOrder = HasPartialOrder ∋ record { ≤-antisym = Rat.≤-antisym }
3531 ℚ-hasDecPartialOrder = HasDecPartialOrder {A = ℚ} ∋ record {}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 pname = "agda-stdlib-classes" ;
2222 version = "2.0" ;
2323 src = pkgs . fetchFromGitHub {
24- repo = "agda-stdlib-classes" ;
2524 owner = "omelkonian" ;
25+ repo = "agda-stdlib-classes" ;
2626 rev = "v2.0" ;
27- sha256 = "4ujdQv38u6BybFhRup9PMR0xpI59J/Naz/kaBtQQ9aY =" ;
27+ hash = "sha256-PcieRRnctjCzFCi+gUYAgyIAicMOAZPl8Sw35fZdt0E =" ;
2828 } ;
2929 meta = { } ;
3030 libraryFile = "agda-stdlib-classes.agda-lib" ;
3737 pname = "agda-stdlib-meta" ;
3838 version = "2.0" ;
3939 src = pkgs . fetchFromGitHub {
40- repo = "stdlib-meta " ;
41- owner = "input-output-hk " ;
42- rev = "4fc4b1ed6e47d180516917d04be87cbacbf7d314 " ;
43- sha256 = "T+9vwccbDO1IGBcGLjgV/fOt+IN14KEV9ct/J6nQCsM =" ;
40+ owner = "omelkonian " ;
41+ repo = "agda-stdlib-meta " ;
42+ rev = "v2.1.1 " ;
43+ hash = "sha256-qOoThYMG0dzjKvwmzzVZmGcerfb++MApbaGRzLEq3/4 =" ;
4444 } ;
4545 meta = { } ;
4646 libraryFile = "agda-stdlib-meta.agda-lib" ;
You can’t perform that action at this time.
0 commit comments