Not in the same way at all.
Bytestring or hmatrix may have their primops in C, but the control flow stuff code for libs like Repa or Vector are pure Haskell (and in fact current state of the art work on Repa has it matching if not beating C code).
The crucial difference is that in python, these faster python idioms are for using C as the control code
The crucial difference is that in python, these faster python idioms are for using C as the control code