Revert pictures to using lists rather than streams of Verx
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ bezNum = ShadNum 2
|
||||
textNum = ShadNum 3
|
||||
arcNum = ShadNum 4
|
||||
ellNum = ShadNum 5
|
||||
type Picture = Stream (Of Verx) IO ()
|
||||
type Picture' = [Verx]
|
||||
type Picture' = Stream (Of Verx) IO ()
|
||||
type Picture = [Verx]
|
||||
flat2 :: V2 a -> [a]
|
||||
flat2 (V2 x y) = [x,y]
|
||||
flat3 :: V3 a -> [a]
|
||||
|
||||
Reference in New Issue
Block a user