Skip to content

Commit aab9e41

Browse files
Rename the Streamly.Data.Scanr module to Scan
1 parent 61dfecc commit aab9e41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- |
2-
-- Module : Streamly.Data.Scanr
2+
-- Module : Streamly.Data.Scan
33
-- Copyright : (c) 2019 Composewell Technologies
44
-- License : BSD3
55
-- Maintainer : streamly@composewell.com
@@ -72,7 +72,7 @@
7272
-- @distribute@: Each input is supplied to all scans and the outputs are zipped
7373
-- or merged.
7474
--
75-
module Streamly.Data.Scanr
75+
module Streamly.Data.Scan
7676
(
7777
-- * Type
7878
Scan

0 commit comments

Comments
 (0)