Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 committed May 4, 2024
1 parent f1b07dc commit 085a2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compare/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ sameW8VU n = VU.fromList (map fromIntegral (same n))
randSmallW8VU n = VU.fromList (map fromIntegral (randSmall n))

i3FromInt :: Int -> (Int, Int, Int)
i3FromInt x = let x' = fromIntegral x in (x',x',x')
i3FromInt x = (x,x,x)

----------
-- Utils
Expand Down

0 comments on commit 085a2f3

Please sign in to comment.