update readme
This commit is contained in:
@@ -19,10 +19,8 @@ $ cabal test --test-show-details=direct
|
|||||||
|
|
||||||
### Use
|
### Use
|
||||||
```sh
|
```sh
|
||||||
# Compile and evaluate t.hs
|
# Compile and evaluate examples/factorial.hs, with evaluation info dumped to stderr
|
||||||
$ rlpc t.hs
|
$ rlpc -ddump-eval examples/factorial.hs
|
||||||
# Compile and evaluate t.hs, with evaluation info dumped to stderr
|
|
||||||
$ rlpc -ddump-eval t.hs
|
|
||||||
# Compile and evaluate t.hs, with evaluation info dumped to t.log
|
# Compile and evaluate t.hs, with evaluation info dumped to t.log
|
||||||
$ rlpc -ddump-eval -l t.log t.hs
|
$ rlpc -ddump-eval -l t.log t.hs
|
||||||
# Print the raw structure describing the compiler options and die
|
# Print the raw structure describing the compiler options and die
|
||||||
|
|||||||
Reference in New Issue
Block a user