oops
This commit is contained in:
parent
ab68ff8ae2
commit
4eca451f2c
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ api :: Proxy API
|
|||
api = Proxy
|
||||
```
|
||||
|
||||
Next we implement a `main`. If passed `server` it will run `server`, if passed
|
||||
`client` it will run a small `test` (to be defined next) will be run. This should be
|
||||
Next we implement a `main`. If passed `"server"` it will run `server`, if passed
|
||||
`"client"` it will run a `test` function (to be defined next). This should be
|
||||
pretty straightforward:
|
||||
|
||||
```haskell
|
||||
|
|
Loading…
Reference in a new issue