Skip to content

Commit c6c18b8

Browse files
fixup! jun3/haskell: fix questions and add some new
1 parent 576b902 commit c6c18b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/junior-3/haskell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
* `\x -> x * 2`
203203
* `(\x -> x + 1) 3`
204204
* Can haskell evaluate in strict mode?
205-
* Why are values in Haskell typically (when using bang patterns, `Strict`,
206-
`seq`, `foldl'`, `modifyIORef'` etc) calculated to WHNF, not to NF?
205+
* Why are values in Haskell typically (when using `Strict`, `seq`, `foldl'`,
206+
`modifyIORef'` etc) calculated to WHNF, not to NF?
207207
* What is the function `seq` (and operator `$!`)?
208208
* What is the function `deepseq` (and operator `$!!`)?
209209
* Could using `seq` change the returned value of the function?

0 commit comments

Comments
 (0)