fix(Stream): add missing filter import

This commit is contained in:
Tylor Steinberger 2017-03-20 21:37:49 -04:00
parent 3773a5e997
commit d4e1c8e0ad
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import Control.Stream.Stream
, tapEvent
, tapEnd
, fromArray
, filter
, take
, skip
, constant

View File

@ -13,6 +13,7 @@ module Control.Stream.Stream
, tapEvent
, tapEnd
, fromArray
, filter
, take
, skip
, constant