:set prompt "\ESC[1;34m\n\ESC[0;34mλ> \ESC[m"
-- :seti -XNoImplicitPrelude
:seti -XOverloadedStrings
:seti -XScopedTypeVariables
:set -fno-warn-type-defaults
:set -package pretty-show
import Text.Show.Pretty (pPrint)
:set -interactive-print pPrint
:def rt const $ return $ unlines [":r", ":main --rerun-update"]
:def rtfe const $ return $ unlines [":r", ":main --rerun-update --rerun-filter failures,exceptions"]
:def rtn const $ return $ unlines [":r", ":main --rerun-update --rerun-filter new"]