tilia-0.0.1.0: corpora/vendored/other/cpp/define.hs
{-# LANGUAGE CPP #-}
module Terminal.Macro where
#define ESCAPE(n) ("\ESC[" ++ show n ++ "m")
plain :: String
plain = ESCAPE(0)
{-# LANGUAGE CPP #-}
module Terminal.Macro where
#define ESCAPE(n) ("\ESC[" ++ show n ++ "m")
plain :: String
plain = ESCAPE(0)