File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -249,10 +249,10 @@ def map(f: a -> b \\ ef, l: List[a]): List[b] \\ ef =
249249 </ p >
250250
251251 < p >
252- For example, the program expresses a < code > greeting</ code > function that is pure
253- modulo the current time of the day. In < code > main</ code > we call the function
254- and handle the < code > HourOfDay</ code > effect by getting the real-world time
255- from Java's < code > LocalDateTime</ code > .
252+ For example, the program on the right expresses a < code > greeting</ code > function
253+ that is pure modulo the current time of the day. In < code > main</ code > we call
254+ the function and handle the < code > HourOfDay</ code > effect by getting the
255+ real-world time from Java's < code > LocalDateTime</ code > .
256256 </ p >
257257 </ CardText >
258258 </ CardBody >
You can’t perform that action at this time.
0 commit comments