1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 08:15:23 +02:00

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}}`