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:
parent
9206705b89
commit
686f17dd72
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Run Haskell interactive interpreter (REPL):
|
||||
|
||||
`ghci`
|
||||
|
||||
- Evaluate a single expression:
|
||||
|
||||
`ghc -e {{expression}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue