Skip to content

Commit 58ba268

Browse files
authored
Merge pull request #117 from matthewleon/redundant-parens
redundant parens in type signature
2 parents 0210025 + 12fb34f commit 58ba268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Array/ST.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ foreign import peekSTArrayImpl
9191
:: forall a h e r
9292
. (a -> r)
9393
-> r
94-
-> (STArray h a)
94+
-> STArray h a
9595
-> Int
9696
-> (Eff (st :: ST h | e) r)
9797

0 commit comments

Comments
 (0)