Skip to content

Commit 9f7d3f7

Browse files
committed
fix error in Functor Array instance
1 parent 0ac3c54 commit 9f7d3f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Libraries/Base1/Prelude.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,6 +3803,7 @@ primArrayNewU k = primArrayNew k _
38033803

38043804
instance Functor Array
38053805
where
3806+
fmap :: (a -> b) -> Array a -> Array b
38063807
fmap f v =
38073808
let buildResult :: Integer -> Array b -> Array b
38083809
buildResult i arr =

0 commit comments

Comments
 (0)