module BNFC.Backend.Latex.State where import BNFC.Options.GlobalOptions newtype LatexBackendState = LatexSt {globalOpt :: GlobalOptions}