Page not found

Did you know:

To undo a :set command in GHCi, use the :unset command.

λ> :set +s

λ> sum [1..9999]
49995000
(0.02 secs, 1,682,192 bytes)

λ> :unset +s

λ> sum [1..9999]
49995000