packages feed

ghc-exactprint-0.3: tests/examples/MangledSemiLet.hs

{-# LANGUAGE
    BangPatterns
  #-}


mtGamma a b =
  let !x_2 = x*x; !x_4 = x_2*x_2
      v3 = v*v*v
      dv = d * v3
  in 5