Skip to content

Commit 43a3c40

Browse files
authored
Merge pull request #24 from justinwoo/compiler/0.12
remove instance for Field
2 parents 00e675e + 797367a commit 43a3c40

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)