;dev: .ghci: cleanup
This commit is contained in:
parent
27408092bd
commit
b4e96c8f0e
2
.ghci
2
.ghci
@ -20,7 +20,7 @@ setEnv "NO_COLOR" "1"
|
|||||||
-- -- :reload and run commands in .ghci2
|
-- -- :reload and run commands in .ghci2
|
||||||
-- :def R \_ -> return ":reload\n:script .ghci2"
|
-- :def R \_ -> return ":reload\n:script .ghci2"
|
||||||
|
|
||||||
-- Reload (to flush cached unsafe IO values) and run main with the given args
|
-- Reload (to pick up code changes and flush cached unsafePerformIO values) and run main with the given args
|
||||||
:def rmain \args -> return $ ":reload\n:main "<>args
|
:def rmain \args -> return $ ":reload\n:main "<>args
|
||||||
|
|
||||||
-- -- run commands from a file, .ghci2 by default
|
-- -- run commands from a file, .ghci2 by default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user