leaky-0.1.0.0: Types_min.hs
{-# 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
{-# 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