Module Names

Operations to change names of the original program into names used in the target program

Summary of exported operations:

genCorrectIdentifier :: String -> String  Deterministic 
showOpChar :: Char -> String  Deterministic 
replaceNonIdChars :: String -> String -> String -> String  Deterministic 
separateAndReplace :: (a -> Bool) -> (a -> [a]) -> [a] -> [[a]]  Deterministic 

Exported operations:

genCorrectIdentifier :: String -> String  Deterministic 

showOpChar :: Char -> String  Deterministic 

replaceNonIdChars :: String -> String -> String -> String  Deterministic 

separateAndReplace :: (a -> Bool) -> (a -> [a]) -> [a] -> [[a]]  Deterministic