Move streaming data into its own file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module StreamingHelp.Data where
|
||||
import Streaming
|
||||
type StreamOf a = Stream (Of a) Identity ()
|
||||
|
||||
newtype StreamOf' a = StreamOf' (Stream (Of a) Identity ())
|
||||
Reference in New Issue
Block a user