glualint-1.24.6: Attempts to fix your syntax erroring Lua files.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GLua.AG.PrettyPrint

Synopsis

Documentation

printList :: (a -> Doc) -> String -> [a] -> Doc Source #

data IsEmpty Source #

Constructors

IsEmpty 
NonEmpty 

renderMLComments :: PrettyPrintConfig -> Int -> [MToken] -> Doc Source #

Render comments on multiple lines

renderSLComments :: PrettyPrintConfig -> Int -> [MToken] -> Doc Source #

Render comments, and prefer having them on a single line. It may not print comments on the same line if that would cause a syntax error (e.g. a multiline comment after a single line comment)

(<->) :: Doc -> Doc -> Doc infixl 6 Source #