Skip to content

Commit 797367a

Browse files
committed
remove instance of Field
1 parent 00e675e commit 797367a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Data/Lazy.purs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ instance euclideanRingLazy :: EuclideanRing a => EuclideanRing (Lazy a) where
5151
div a b = defer \_ -> force a / force b
5252
mod a b = defer \_ -> force a `mod` force b
5353

54-
instance fieldLazy :: Field a => Field (Lazy a)
55-
5654
instance eqLazy :: Eq a => Eq (Lazy a) where
5755
eq x y = (force x) == (force y)
5856

0 commit comments

Comments
 (0)