1
0
Fork 0

Minor tweaks

main
Bill Ewanick 2023-09-13 11:37:19 -04:00
parent 96231739b3
commit b2bf95de1b
2 changed files with 1 additions and 2 deletions

1
.ghci
View File

@ -1,3 +1,2 @@
putStrLn "Welcome to the Universal Calculator!"
:set prompt "\x03BB> "
:set +s

View File

@ -62,5 +62,5 @@ Hello, world!
- `cd` into the top level of this repo.
- `nix develop` and let Nix load the flake and set everything up.
- `ghci` and get computing!
- To disable performance timings after every input, type `λ> :unset +s` in the REPL
- To enable performance timings after every input, type `λ> :set +s` in the REPL
- See other initial commands being run in the `.ghci` file.