Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 1a5bbec

Browse files
committed
Merge pull request #2 from hdgarrood/master
Remove Array sugar
2 parents 1ee1c25 + f0a4cd1 commit 1a5bbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Eff.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ foreign import foreachE
127127
};
128128
};
129129
}
130-
""" :: forall e a. [a] -> (a -> Eff e Unit) -> Eff e Unit
130+
""" :: forall e a. Array a -> (a -> Eff e Unit) -> Eff e Unit

0 commit comments

Comments
 (0)