ZVON > References > Haskell reference
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | >> IO << | Directory | System | Time | Locale | CPUTime | Random

Module: IO
Function: bracket_
Type: IO a -> (a -> IO b) -> IO c -> IO c
Description: a variant of bracket where the middle computation (the third argument) does not need the value returned by the first argument
Related: