{-# LANGUAGE CPP #-} module Types_min where #if 1 type State = St data St = St Bool --data St = St !Bool #else data State = St Bool --data State = St !Bool #endif