1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Define a reload-with-pretty macro.

This commit is contained in:
Rob Rix 2017-10-13 10:20:48 -04:00
parent dcf5f5b40a
commit 7f6017b037

3
.ghci
View File

@ -6,3 +6,6 @@
:undef no-pretty
:def no-pretty \_ -> return ":set -interactive-print System.IO.print"
:undef re
:def re \_ -> return ":reload\n:pretty\n"