Skip to content

Commit 81c973c

Browse files
andorpAnabra
andauthored
Update grin/test/LintSpec.hs
Co-Authored-By: Peter Podlovics <peter.d.podlovics@gmail.com>
1 parent db3849f commit 81c973c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grin/test/LintSpec.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ spec = do
247247
n1 <- case n0 of
248248
(CInt c0) -> pure n0
249249
(CFloat c1) ->
250-
a0 <- pure (CFloat 2.0)
250+
k1 <- pure 2.0
251+
a0 <- pure (CFloat k1)
251252
pure a0
252253
pure ()
253254
|]

0 commit comments

Comments
 (0)