ZHaskell / stdio

Haskell Standard Input and Output
104 stars 5 forks source link

Add Arr instance for MaybeArray and MaybeSmallArray? #22

Open winterland1989 opened 5 years ago

winterland1989 commented 5 years ago

@andrewthad I saw your primitve-maybe package today and think it's probably a good idea to provide support for it in stdio. Would you mind adding some Arr instances to Std.Data.Array module for me? I can add MaybeVector support later with those instances available.