air-2014.11.17: air

Safe HaskellSafe-Inferred
LanguageHaskell98

Air.Data.Managed

Documentation

class Managed a where Source

Minimal complete definition

Nothing

Methods

initialize :: IO (Maybe a) Source

destroy :: a -> IO () Source

with_managed_object :: (a -> IO ()) -> IO () Source