From 85cf2e5a3aac5aa033a94c944441e009547ce943 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Tue, 12 Sep 2023 16:05:38 -0400 Subject: [PATCH] Change prompt to lambda Set timing info by default --- .ghci | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .ghci diff --git a/.ghci b/.ghci new file mode 100644 index 0000000..c3230f5 --- /dev/null +++ b/.ghci @@ -0,0 +1,3 @@ +putStrLn "Welcome to the Universal Calculator!" +:set prompt "\x03BB> " +:set +s