Skip to content

Commit a05c1d5

Browse files
Fix module name of Data.Array.AtLeast
1 parent 46e31e0 commit a05c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Array/AtLeast.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ArrayAL
1+
module Data.Array.ArrayAL
22
( ArrayAL -- Constructor not exported. Use fromArray, fromArray' or similar
33

44
, fromArray

0 commit comments

Comments
 (0)