Equations
- Regex.Data.instReprBitMatrix = { reprPrec := Regex.Data.reprBitMatrix✝ }
Equations
- Regex.Data.BitMatrix.instToString = { toString := fun (m : Regex.Data.BitMatrix w h) => toString m.bv }
Equations
- Regex.Data.BitMatrix.zero w h = { bv := BitVec.zero (w * h) }