Added valgrindrc

This commit is contained in:
hellerve
2015-03-10 09:17:08 +01:00
parent 8338df25cc
commit 0fb7af5e8f
6 changed files with 33 additions and 5 deletions

2
ghci
View File

@@ -1,4 +1,4 @@
:set prompt "ghci> "
:set prompt "λ: "
{- :set -Wall -}
let ghciEscapeShellArg arg = "'" ++ concatMap (\c -> if c == '\'' then "'\"'\"'" else [c]) arg ++ "'"