Skip to content

Commit

Permalink
info on multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
csicar committed May 5, 2020
1 parent ad75824 commit edd707d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ Now generate the test-files:

Now `test/docs` should look similar to this: https://github.com/csicar/purescript-purepur/blob/master/example/test/docs

In addition to the normal PSCI-Syntax, purepur allows __multiline__ expressions and declarations:
```
```purescript run
> f x =
x + 1
> f 2
3
```
```
Building
--------
Expand Down

0 comments on commit edd707d

Please sign in to comment.