Hlinting
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ shrinkTris (x:xs) = xs : map (x :) (shrinkTris xs)
|
||||
|
||||
genTri = zip <$> trip <*> trip
|
||||
where
|
||||
trip = vectorOf 3 $ fmap fromIntegral $ choose (0,3::Int)
|
||||
trip = vectorOf 3 $ fromIntegral <$> choose (0,3::Int)
|
||||
|
||||
genTris = listOf genTri
|
||||
|
||||
|
||||
Reference in New Issue
Block a user