@[reducible, inline]
Equations
Instances For
Equations
- a.toListLitAux n hsz 0 x_3 x = x
 - a.toListLitAux n hsz i.succ hi x = a.toListLitAux n hsz i ⋯ (a.getLit i hsz ⋯ :: x)
 
Instances For
Equations
- a.toArrayLit n hsz = (a.toListLitAux n hsz n ⋯ []).toArray
 
Instances For