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 6ab31b8 commit 7c1d356Copy full SHA for 7c1d356
lib/Haskell/Law/Ord/Int.agda
@@ -13,13 +13,6 @@ open import Haskell.Law.Eq
13
open import Haskell.Law.Ord.Def
14
open import Haskell.Law.Int
15
16
-private
17
-
18
- 2⁶³ : Nat
19
- 2⁶³ = 9223372036854775808
20
21
- maxW : Word
22
- maxW = (n2w (monusNat 2⁶³ 1))
23
24
sign2neq : ∀ (a b : Int) → isNegativeInt a ≡ True → isNegativeInt b ≡ False → ((a == b) ≡ False)
25
sign2neq a@(int64 x) b@(int64 y) h₁ h₂ with a == b in h₃
0 commit comments