Well ZFS also doesn’t use RAID-4 so of course they’re “different.”
Nonetheless many of ZFS’s internal features are or were directly taken from WAFL, at least at an algorithmic level (nobody copied source code that I’m aware of). The snapshot mechanism in particular.
WAFL only detects data bit flips with a larger sector size containing parity info, ZFS uses Merkle trees and hashing.