Skip to content

Commit 94a0226

Browse files
authored
Update README.md
1 parent e2f4fa4 commit 94a0226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Each computation in each stage is kept pure functional:
107107
This ensures the linearity of the whole execution, while
108108

109109
* 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)
110+
* not relying on specific compiler magics (such as ```RealWorld``` in GHC)
111111

112112
Also, it should be doable to express parallel computation in this type system as
113113

0 commit comments

Comments
 (0)