I thought -XStrict was supposed turn GHC into a Strict Haskell, so I tried the infinite Fibonacci sequence test
-XStrict
my_zipWith f x [] = [] my_zipWit