Improve style
This commit is contained in:
parent
edde93ec77
commit
7a7bfaa1be
@ -14,8 +14,7 @@ import Parser.Meshparser
|
||||
-- |Return a list of tuples used by 'gifMain' to generate an animated gif.
|
||||
gifDiag :: DiagProp -> [PT] -> [(Diagram Cairo R2, GifDelay)]
|
||||
gifDiag p xs =
|
||||
fmap (\x -> (x, 100)) .
|
||||
fmap (\x -> x <> nonChDiag) .
|
||||
fmap ((\x -> (x, 100)) . (<> nonChDiag)) .
|
||||
flip (++)
|
||||
[mkDiag (convexHullPointsText `mappend`
|
||||
convexHullPoints)
|
||||
|
Loading…
Reference in New Issue
Block a user