Safe Haskell | None |
---|---|
Language | Haskell98 |
Things which instance Destroyable and Destructible can be destroyed.
Synopsis
- class Destroyable o where
- class Destroyable o => Destructible o where
- doOnce :: IO () -> IO (IO ())
Documentation
class Destroyable o => Destructible o where Source #