Commit dfc05b4
committed
fix: correct type signature and non-unboxable types in applyDictWithRepStitch
- Add missing `Int` parameter (maxDef) to the type signature
- Use `map (ds V.!) (VU.toList idxs)` for DInt96 and DText, since
UTCTime and Text have no VU.Unbox instance and cannot be produced
by VU.map1 parent ee39bb9 commit dfc05b4
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
212 | | - | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | | - | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
0 commit comments