ghc: add evaluate expression example (#2439)

This commit is contained in:
mira01
2018-10-13 18:51:33 +02:00
committed by Owen Voke
parent 9206705b89
commit 686f17dd72

View File

@@ -22,3 +22,7 @@
- Run Haskell interactive interpreter (REPL):
`ghci`
- Evaluate a single expression:
`ghc -e {{expression}}`