Store number of vertices in an intmap

This commit is contained in:
jgk
2021-08-09 00:54:19 +02:00
parent 35f2499e85
commit 3fdae85953
4 changed files with 48 additions and 125 deletions
-1
View File
@@ -71,7 +71,6 @@ sequenceLayers_ f lays = sequence_ $ f <$> layIndices <*> lays
sequenceLayers :: (Int -> a -> IO b) -> Layers a -> IO (Layers b)
sequenceLayers f lays = sequence $ f <$> layIndices <*> lays
data Layers a = Layers
{ _lay0 :: a
, _lay1 :: a