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.
1 parent e2f4fa4 commit 94a0226Copy full SHA for 94a0226
README.md
@@ -107,7 +107,7 @@ Each computation in each stage is kept pure functional:
107
This ensures the linearity of the whole execution, while
108
109
* allowing non-strict evaluation inside stages (because they are pure): lazy evaluation and even partial evaluation
110
-* not relying on specific compiler magics (such as ```RealWorld`` in GHC)
+* not relying on specific compiler magics (such as ```RealWorld``` in GHC)
111
112
Also, it should be doable to express parallel computation in this type system as
113
0 commit comments