LaTeX_COL.hs revision 97018cf5fa25b494adffd7e9b4e87320dae6bf47
{- |
Module : $Header$
Copyright : (c) Christian Maeder and Uni Bremen 2004
License : similar to LGPL, see HetCATS/LICENSE.txt or LIZENZ.txt
Maintainer : hets@tzi.de
Stability : experimental
Portability : portable
latex output of the abstract syntax
-}
module Modal.LaTeX_Modal where
import Modal.AS_Modal
import Modal.ModalSign
import Modal.Print_AS
import Common.PrettyPrint
instance PrintLaTeX M_FORMULA where
printLatex0 = printText0
instance PrintLaTeX M_SIG_ITEM where
printLatex0 = printText0
instance PrintLaTeX M_BASIC_ITEM where
printLatex0 = printText0
instance PrintLaTeX ModalSign where
printLatex0 = printText0