{-# LANGUAGE BangPatterns #-} module Main where test :: Double test = let G = 6.674e-11 in G main = return ()