importify-1.0: Tool for haskell imports refactoring

Safe HaskellNone
LanguageHaskell2010

Importify.Syntax.Text

Description

Different text utilities.

Synopsis

Documentation

stripEndLineComment :: Text -> Text Source #

This functions strips out trailing single line comment.

debugAST :: Show a => Text -> a -> IO () Source #

Warning: debugAST remains in code

Helper function to debug different parts of AST processing.

debugLabel :: Text -> IO () Source #

Warning: debugLabel remains in code

Helper function to print labels to discover error position.