Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Safe Haskell | Safe-Inferred |
Graphics.Rendering.OpenGL.GL.Exception
Description
This is a purely internal module to compensate for differences between Haskell implementations.
Documentation
bracket :: IO a -> (a -> IO b) -> (a -> IO c) -> IO c
bracket_ :: IO a -> IO b -> IO c -> IO c
unsafeBracket_ :: IO a -> IO b -> IO c -> IO cSource
finallyRet :: IO a -> IO b -> IO (a, b)Source