Logo

Programming-Idioms

History of Idiom 87 > diff from v14 to v15

Edit summary for version 15 by :
New Haskell implementation by user [JH]

Version 14

2016-02-16, 12:40:46

Version 15

2016-02-16, 18:19:03

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Imports
import System.Exit
Code
exitSuccess
Comments bubble
Exits with