Skip to content

Commit c4b26e2

Browse files
odderwiserjespercockx
authored andcommitted
Eq Double removal
1 parent 3ab718a commit c4b26e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Haskell/Law/Eq/Def.agda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ eqNegation : ⦃ iEq : Eq e ⦄ → ⦃ IsLawfulEq e ⦄
6666
{ x y : e } (x /= y) ≡ not (x == y)
6767
eqNegation = refl
6868

69-
postulate instance
70-
iLawfulEqDouble : IsLawfulEq Double

0 commit comments

Comments
 (0)