mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 14:43:53 +03:00
Merge pull request #34 from RacingTadpole/patch-1
Fix ref to loading level03-tests in ghci
This commit is contained in:
commit
11b38f5333
@ -32,10 +32,10 @@ To load the tests in the REPL:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Cabal
|
# Cabal
|
||||||
$ cabal repl level04-tests
|
$ cabal repl level03-tests
|
||||||
|
|
||||||
# Stack
|
# Stack
|
||||||
$ stack ghci level04:level04-tests
|
$ stack ghci level03:level03-tests
|
||||||
```
|
```
|
||||||
|
|
||||||
Start in ``tests/Test.hs``.
|
Start in ``tests/Test.hs``.
|
||||||
|
Loading…
Reference in New Issue
Block a user