Split off StreamingHelp module

This commit is contained in:
2022-06-28 12:26:37 +01:00
parent 0cb6657f35
commit e770fba7bf
7 changed files with 50 additions and 41 deletions
-2
View File
@@ -8,8 +8,6 @@ module Geometry.Data
import Linear.V2
import Linear.V3
import Linear.V4
import Streaming
type StreamOf a = Stream (Of a) Identity ()
type Int2 = V2 Int
type Point2 = V2 Float
type Point3 = V3 Float