This commit is contained in:
Alp Mestanogullari 2018-07-06 01:50:58 +02:00 committed by GitHub
parent ab68ff8ae2
commit 4eca451f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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