ta-0.1: Database/TA/Core/Opciones.hs
{- | TA Opciones -}
{- 2010/jun/08. LFL. Construcción. -}
module Database.TA.Core.Opciones
(
imprimirDepuracion
)
where
-- | When this flag is set, at least in version 0.1.0 of
-- TA library, you'll get console output
-- from the GenSelect module, each time that generates code.
imprimirDepuracion :: Bool
imprimirDepuracion = False
-- eof