We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac11bd4 + 2f03140 commit 5b32976Copy full SHA for 5b32976
README.md
@@ -44,14 +44,15 @@ Now generate the test-files:
44
Now `test/docs` should look similar to this: https://github.com/csicar/purescript-purepur/blob/master/example/test/docs
45
46
In addition to the normal PSCI-Syntax, purepur allows __multiline__ expressions and declarations:
47
-```
48
-```purescript run
49
-> f x =
50
- x + 1
51
-> f 2
52
-3
53
54
+
+ ```purescript run
+ > f x =
+ x + 1
+ > f 2
+ 3
+ ```
55
56
57
Building
58
--------
@@ -72,4 +73,4 @@ stack run -- -o test/docs --src "src/**/*.purs" (spago sources)
72
73
```
74
75
-The project is forked from https://github.com/andyarvanitis/purescript-native
76
+The project is forked from https://github.com/andyarvanitis/purescript-native
0 commit comments